public class bFollowPathConstraint extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__followflag
Field descriptor (offset) for struct member 'followflag'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__offset_fac
Field descriptor (offset) for struct member 'offset_fac'.
|
static long[] |
__DNA__FIELD__tar
Field descriptor (offset) for struct member 'tar'.
|
static long[] |
__DNA__FIELD__trackflag
Field descriptor (offset) for struct member 'trackflag'.
|
static long[] |
__DNA__FIELD__upflag
Field descriptor (offset) for struct member 'upflag'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bFollowPathConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bFollowPathConstraint(bFollowPathConstraint that) |
|
bFollowPathConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bFollowPathConstraint> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFollowflag()
Get method for struct member 'followflag'.
|
float |
getOffset_fac()
Get method for struct member 'offset_fac'.
|
float |
getOffset()
Get method for struct member 'offset'.
|
CPointer<BlenderObject> |
getTar()
Get method for struct member 'tar'.
|
short |
getTrackflag()
Get method for struct member 'trackflag'.
|
short |
getUpflag()
Get method for struct member 'upflag'.
|
void |
setFollowflag(int followflag)
Set method for struct member 'followflag'.
|
void |
setOffset_fac(float offset_fac)
Set method for struct member 'offset_fac'.
|
void |
setOffset(float offset)
Set method for struct member 'offset'.
|
void |
setTar(CPointer<BlenderObject> tar)
Set method for struct member 'tar'.
|
void |
setTrackflag(short trackflag)
Set method for struct member 'trackflag'.
|
void |
setUpflag(short upflag)
Set method for struct member 'upflag'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for bFollowPathConstraint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tar
This is how you get a reference on the corresponding field in the struct:
bFollowPathConstraint bfollowpathconstraint = ...; CPointer<Object> p = bfollowpathconstraint.__dna__addressof(bFollowPathConstraint.__DNA__FIELD__tar); CPointer<CPointer<BlenderObject>> p_tar = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
bFollowPathConstraint bfollowpathconstraint = ...; CPointer<Object> p = bfollowpathconstraint.__dna__addressof(bFollowPathConstraint.__DNA__FIELD__offset); CPointer<Float> p_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__offset_fac
This is how you get a reference on the corresponding field in the struct:
bFollowPathConstraint bfollowpathconstraint = ...; CPointer<Object> p = bfollowpathconstraint.__dna__addressof(bFollowPathConstraint.__DNA__FIELD__offset_fac); CPointer<Float> p_offset_fac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__followflag
This is how you get a reference on the corresponding field in the struct:
bFollowPathConstraint bfollowpathconstraint = ...; CPointer<Object> p = bfollowpathconstraint.__dna__addressof(bFollowPathConstraint.__DNA__FIELD__followflag); CPointer<Integer> p_followflag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__trackflag
This is how you get a reference on the corresponding field in the struct:
bFollowPathConstraint bfollowpathconstraint = ...; CPointer<Object> p = bfollowpathconstraint.__dna__addressof(bFollowPathConstraint.__DNA__FIELD__trackflag); CPointer<Short> p_trackflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__upflag
This is how you get a reference on the corresponding field in the struct:
bFollowPathConstraint bfollowpathconstraint = ...; CPointer<Object> p = bfollowpathconstraint.__dna__addressof(bFollowPathConstraint.__DNA__FIELD__upflag); CPointer<Short> p_upflag = p.cast(new Class[]{Short.class});
public bFollowPathConstraint(long __address, Block __block, BlockTable __blockTable)
protected bFollowPathConstraint(bFollowPathConstraint that)
public CPointer<BlenderObject> getTar() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tar
public void setTar(CPointer<BlenderObject> tar) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tar
public float getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(float offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public float getOffset_fac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_fac
public void setOffset_fac(float offset_fac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_fac
public int getFollowflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__followflag
public void setFollowflag(int followflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__followflag
public short getTrackflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__trackflag
public void setTrackflag(short trackflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__trackflag
public short getUpflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__upflag
public void setUpflag(short upflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__upflag
public CPointer<bFollowPathConstraint> __io__addressof()