コード例 #1
0
ファイル: JsonValue.cs プロジェクト: vrm-c/UniVRM_1_0
 public UInt16 GetUInt16()
 {
     return(Segment.ToUInt16());
 }