Struct ufbx.ufbx_string
Null-terminated UTF-8 encoded string within an FBX file
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_string
Fields
data
Declaration
public byte* data
Field Value
Type | Description |
---|---|
byte* |
length
Declaration
public ulong length
Field Value
Type | Description |
---|---|
ulong |
Properties
StringValue
Declaration
public string StringValue { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |