public static anchorPointsHolder GetRootAsanchorPointsHolder(ByteBuffer _bb, anchorPointsHolder obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
 public static anchorPointsHolder GetRootAsanchorPointsHolder(ByteBuffer _bb, anchorPointsHolder obj)
 {
     return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
Esempio n. 3
0
 public anchorPointsHolder GetDataAnchorPoints(anchorPointsHolder obj)
 {
     int o = __offset(12); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null;
 }
Esempio n. 4
0
 public anchorPointsHolder GetDataAnchorPoints(anchorPointsHolder obj)
 {
     int o = __offset(12); return(o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null);
 }