コード例 #1
0
ファイル: Monster.cs プロジェクト: tianyapiaozi/flatbuffers
 public static void AddTestType(FlatBufferBuilder builder, Any testType)
 {
     builder.AddByte(7, (byte)testType, 0);
 }
コード例 #2
0
ファイル: Monster.cs プロジェクト: holvonix/flatbuffers
 public static void AddTestType(FlatBufferBuilder builder, Any testType)
 {
     builder.AddByte(7, (byte)(testType), 0);
 }