Example #1
0
 public static Offset <StepKeyFrameData_Boolean> CreateStepKeyFrameData_Boolean(FlatBufferBuilder builder,
                                                                                int time   = 0,
                                                                                bool value = false)
 {
     builder.StartObject(2);
     StepKeyFrameData_Boolean.AddTime(builder, time);
     StepKeyFrameData_Boolean.AddValue(builder, value);
     return(StepKeyFrameData_Boolean.EndStepKeyFrameData_Boolean(builder));
 }
Example #2
0
 public static StepKeyFrameData_Boolean GetRootAsStepKeyFrameData_Boolean(ByteBuffer _bb, StepKeyFrameData_Boolean obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
 public static StepKeyFrameData_Boolean GetRootAsStepKeyFrameData_Boolean(ByteBuffer _bb, StepKeyFrameData_Boolean obj)
 {
     return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }