메소드 |
설명 |
|
FbxSection ( BinaryReader reader, string requiredName = null ) : System |
|
|
ReadChild ( string requiredName = null ) : FbxSection |
|
|
ReadChild ( FbxSection &child, string requiredName = null ) : bool |
|
|
ReadDoubleArrayValue ( ) : double[] |
|
|
ReadDoubleValue ( ) : double |
|
|
ReadInt32ArrayValue ( ) : int[] |
|
|
ReadInt32Value ( ) : int |
|
|
ReadInt64Value ( ) : long |
|
|
ReadStringValue ( ) : string |
|
|
ReadTimeStamp ( ) : System.DateTime |
|
|
ReadValue ( ) : FbxValue |
|
|
RequireEnd ( ) : void |
|
|
RequireName ( string requiredName ) : void |
|
|
SeekToEnd ( ) : void |
|
|