Property | Type | Description | |
---|---|---|---|
End | uint | ||
Name | string | ||
ValueCount | int | ||
ValueDataLength | uint | ||
ValueDataStart | uint |
Method | Description | |
---|---|---|
FbxSection ( |
||
ReadChild ( string requiredName = null ) : |
||
ReadChild ( |
||
ReadDoubleArrayValue ( ) : double[] | ||
ReadDoubleValue ( ) : double | ||
ReadInt32ArrayValue ( ) : int[] | ||
ReadInt32Value ( ) : int | ||
ReadInt64Value ( ) : long | ||
ReadStringValue ( ) : string | ||
ReadTimeStamp ( ) : System.DateTime | ||
ReadValue ( ) : |
||
RequireEnd ( ) : void | ||
RequireName ( string requiredName ) : void | ||
SeekToEnd ( ) : void |
Method | Description | |
---|---|---|
ReadTimestampSet ( int &value, |
public FbxSection ( |
||
reader | ||
requiredName | string | |
return | System |
public ReadChild ( string requiredName = null ) : |
||
requiredName | string | |
return |
public ReadChild ( |
||
child | ||
requiredName | string | |
return | bool |
public RequireName ( string requiredName ) : void | ||
requiredName | string | |
return | void |