Struct hkRefVariant
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.Havok
Assembly: FFXIVClientStructs.dll
Syntax
public struct hkRefVariant
Fields
| Improve this Doc View SourcehkRefPtr
Declaration
public hkRefPtr<hkReferencedObject> hkRefPtr
Field Value
| Type | Description |
|---|---|
| hkRefPtr<hkReferencedObject> |
Methods
| Improve this Doc View SourcegetClass()
Declaration
public hkClass*getClass()
Returns
| Type | Description |
|---|---|
| hkClass* |
set(Void*, hkClass*)
Declaration
public void set(void *o, hkClass*k)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Void* | o | |
| hkClass* | k |