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