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