FBXProperty
는 FBXNode.properties 를 구성하는 속성(property)을 정의합니다.
<aside>
typecode 에 따라 Primitive Type | Array Type | String | Raw Binary Data 를 stream 에서 읽습니다.
</aside>
<aside>
stream 에서 typecode 를 읽고, FBXProperty 를 초기화합니다.
</aside>
<aside>
FBXProperty 를 나타내는 string 을 돌려줍니다.
</aside>
<aside>
FBXProperty 의 타입을 나타내는 string. Y/C/I/F/D/L/f/d/l/i/b/R/S 가 가능합니다.
</aside>
<aside>
FBXProperty 에 담긴 데이터를 얻습니다. 데이터는 typecode 에 따라 number | Float32Array | Float64Array | BigInt64Array | Int32Array | Uint8Array 가 될 수 있습니다.
</aside>
<aside>
FBXProperty 가 Array Type 인지 여부를 돌려줍니다.
</aside>