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