public anchorPointData GetAnchorPoints(anchorPointData obj, int j) { int o = __offset(4); return(o != 0 ? obj.__init(__indirect(__vector(o) + j * 4), bb) : null); }
public static anchorPointData GetRootAsanchorPointData(ByteBuffer _bb, anchorPointData obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public static anchorPointData GetRootAsanchorPointData(ByteBuffer _bb, anchorPointData obj) { return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public anchorPointData GetAnchorPoints(anchorPointData obj, int j) { int o = __offset(4); return o != 0 ? obj.__init(__indirect(__vector(o) + j * 4), bb) : null; }