public class bSoundActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__pad3
Field descriptor (offset) for struct member 'pad3'.
|
static long[] |
__DNA__FIELD__pad4
Field descriptor (offset) for struct member 'pad4'.
|
static long[] |
__DNA__FIELD__pad5
Field descriptor (offset) for struct member 'pad5'.
|
static long[] |
__DNA__FIELD__pad6
Field descriptor (offset) for struct member 'pad6'.
|
static long[] |
__DNA__FIELD__pitch
Field descriptor (offset) for struct member 'pitch'.
|
static long[] |
__DNA__FIELD__sndnr
Field descriptor (offset) for struct member 'sndnr'.
|
static long[] |
__DNA__FIELD__sound
Field descriptor (offset) for struct member 'sound'.
|
static long[] |
__DNA__FIELD__sound3D
Field descriptor (offset) for struct member 'sound3D'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__volume
Field descriptor (offset) for struct member 'volume'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bSoundActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bSoundActuator(bSoundActuator that) |
|
bSoundActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bSoundActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getFlag()
Get method for struct member 'flag'.
|
int |
getPad1()
Get method for struct member 'pad1'.
|
int |
getPad2()
Get method for struct member 'pad2'.
|
CArrayFacade<java.lang.Short> |
getPad3()
Get method for struct member 'pad3'.
|
short |
getPad4()
Get method for struct member 'pad4'.
|
short |
getPad5()
Get method for struct member 'pad5'.
|
CArrayFacade<java.lang.Short> |
getPad6()
Get method for struct member 'pad6'.
|
float |
getPitch()
Get method for struct member 'pitch'.
|
short |
getSndnr()
Get method for struct member 'sndnr'.
|
CPointer<bSound> |
getSound()
Get method for struct member 'sound'.
|
Sound3D |
getSound3D()
Get method for struct member 'sound3D'.
|
short |
getType()
Get method for struct member 'type'.
|
float |
getVolume()
Get method for struct member 'volume'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setPad1(int pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(int pad2)
Set method for struct member 'pad2'.
|
void |
setPad3(CArrayFacade<java.lang.Short> pad3)
Set method for struct member 'pad3'.
|
void |
setPad4(short pad4)
Set method for struct member 'pad4'.
|
void |
setPad5(short pad5)
Set method for struct member 'pad5'.
|
void |
setPad6(CArrayFacade<java.lang.Short> pad6)
Set method for struct member 'pad6'.
|
void |
setPitch(float pitch)
Set method for struct member 'pitch'.
|
void |
setSndnr(short sndnr)
Set method for struct member 'sndnr'.
|
void |
setSound(CPointer<bSound> sound)
Set method for struct member 'sound'.
|
void |
setSound3D(Sound3D sound3D)
Set method for struct member 'sound3D'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setVolume(float volume)
Set method for struct member 'volume'.
|
__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 bSoundActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sndnr
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__sndnr); CPointer<Short> p_sndnr = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pad1); CPointer<Integer> p_pad1 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pad2); CPointer<Integer> p_pad2 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad3
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pad3); CPointer<CArrayFacade<Short>> p_pad3 = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__volume
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__volume); CPointer<Float> p_volume = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pitch
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pitch); CPointer<Float> p_pitch = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sound
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__sound); CPointer<CPointer<bSound>> p_sound = p.cast(new Class[]{CPointer.class, bSound.class});
public static final long[] __DNA__FIELD__sound3D
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__sound3D); CPointer<Sound3D> p_sound3D = p.cast(new Class[]{Sound3D.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad4
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pad4); CPointer<Short> p_pad4 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad5
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pad5); CPointer<Short> p_pad5 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad6
This is how you get a reference on the corresponding field in the struct:
bSoundActuator bsoundactuator = ...; CPointer<Object> p = bsoundactuator.__dna__addressof(bSoundActuator.__DNA__FIELD__pad6); CPointer<CArrayFacade<Short>> p_pad6 = p.cast(new Class[]{CArrayFacade.class, Short.class});
public bSoundActuator(long __address, Block __block, BlockTable __blockTable)
protected bSoundActuator(bSoundActuator that)
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getSndnr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sndnr
public void setSndnr(short sndnr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sndnr
public int getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(int pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public int getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(int pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CArrayFacade<java.lang.Short> getPad3() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad3
public void setPad3(CArrayFacade<java.lang.Short> pad3) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad3
public float getVolume() throws java.io.IOException
java.io.IOException
__DNA__FIELD__volume
public void setVolume(float volume) throws java.io.IOException
java.io.IOException
__DNA__FIELD__volume
public float getPitch() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pitch
public void setPitch(float pitch) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pitch
public CPointer<bSound> getSound() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sound
public void setSound(CPointer<bSound> sound) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sound
public Sound3D getSound3D() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sound3D
public void setSound3D(Sound3D sound3D) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sound3D
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public short getPad4() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad4
public void setPad4(short pad4) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad4
public short getPad5() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad5
public void setPad5(short pad5) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad5
public CArrayFacade<java.lang.Short> getPad6() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad6
public void setPad6(CArrayFacade<java.lang.Short> pad6) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad6
public CPointer<bSoundActuator> __io__addressof()