public class RenderModel_ComponentState_t
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
RenderModel_ComponentState_t.ByReference |
static class |
RenderModel_ComponentState_t.ByValue |
Modifier and Type | Field and Description |
---|---|
HmdMatrix34_t |
mTrackingToComponentLocal
C type : HmdMatrix34_t
|
HmdMatrix34_t |
mTrackingToComponentRenderModel
C type : HmdMatrix34_t
|
int |
uProperties
C type : VRComponentProperties
|
Constructor and Description |
---|
RenderModel_ComponentState_t() |
RenderModel_ComponentState_t(HmdMatrix34_t mTrackingToComponentRenderModel,
HmdMatrix34_t mTrackingToComponentLocal,
int uProperties) |
RenderModel_ComponentState_t(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public HmdMatrix34_t mTrackingToComponentRenderModel
public HmdMatrix34_t mTrackingToComponentLocal
public int uProperties
public RenderModel_ComponentState_t()
public RenderModel_ComponentState_t(HmdMatrix34_t mTrackingToComponentRenderModel, HmdMatrix34_t mTrackingToComponentLocal, int uProperties)
mTrackingToComponentRenderModel
- C type : HmdMatrix34_tmTrackingToComponentLocal
- C type : HmdMatrix34_tuProperties
- C type : VRComponentPropertiespublic RenderModel_ComponentState_t(com.sun.jna.Pointer peer)