public class Sound3D extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__cone_inner_angle
Field descriptor (offset) for struct member 'cone_inner_angle'.
|
static long[] |
__DNA__FIELD__cone_outer_angle
Field descriptor (offset) for struct member 'cone_outer_angle'.
|
static long[] |
__DNA__FIELD__cone_outer_gain
Field descriptor (offset) for struct member 'cone_outer_gain'.
|
static long[] |
__DNA__FIELD__max_distance
Field descriptor (offset) for struct member 'max_distance'.
|
static long[] |
__DNA__FIELD__max_gain
Field descriptor (offset) for struct member 'max_gain'.
|
static long[] |
__DNA__FIELD__min_gain
Field descriptor (offset) for struct member 'min_gain'.
|
static long[] |
__DNA__FIELD__reference_distance
Field descriptor (offset) for struct member 'reference_distance'.
|
static long[] |
__DNA__FIELD__rolloff_factor
Field descriptor (offset) for struct member 'rolloff_factor'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Sound3D.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Sound3D(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Sound3D(Sound3D that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Sound3D> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getCone_inner_angle()
Get method for struct member 'cone_inner_angle'.
|
float |
getCone_outer_angle()
Get method for struct member 'cone_outer_angle'.
|
float |
getCone_outer_gain()
Get method for struct member 'cone_outer_gain'.
|
float |
getMax_distance()
Get method for struct member 'max_distance'.
|
float |
getMax_gain()
Get method for struct member 'max_gain'.
|
float |
getMin_gain()
Get method for struct member 'min_gain'.
|
float |
getReference_distance()
Get method for struct member 'reference_distance'.
|
float |
getRolloff_factor()
Get method for struct member 'rolloff_factor'.
|
void |
setCone_inner_angle(float cone_inner_angle)
Set method for struct member 'cone_inner_angle'.
|
void |
setCone_outer_angle(float cone_outer_angle)
Set method for struct member 'cone_outer_angle'.
|
void |
setCone_outer_gain(float cone_outer_gain)
Set method for struct member 'cone_outer_gain'.
|
void |
setMax_distance(float max_distance)
Set method for struct member 'max_distance'.
|
void |
setMax_gain(float max_gain)
Set method for struct member 'max_gain'.
|
void |
setMin_gain(float min_gain)
Set method for struct member 'min_gain'.
|
void |
setReference_distance(float reference_distance)
Set method for struct member 'reference_distance'.
|
void |
setRolloff_factor(float rolloff_factor)
Set method for struct member 'rolloff_factor'.
|
__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 Sound3D.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__min_gain
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__min_gain); CPointer<Float> p_min_gain = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__max_gain
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__max_gain); CPointer<Float> p_max_gain = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__reference_distance
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__reference_distance); CPointer<Float> p_reference_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__max_distance
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__max_distance); CPointer<Float> p_max_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rolloff_factor
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__rolloff_factor); CPointer<Float> p_rolloff_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__cone_inner_angle
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__cone_inner_angle); CPointer<Float> p_cone_inner_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__cone_outer_angle
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__cone_outer_angle); CPointer<Float> p_cone_outer_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__cone_outer_gain
This is how you get a reference on the corresponding field in the struct:
Sound3D sound3d = ...; CPointer<Object> p = sound3d.__dna__addressof(Sound3D.__DNA__FIELD__cone_outer_gain); CPointer<Float> p_cone_outer_gain = p.cast(new Class[]{Float.class});
public Sound3D(long __address, Block __block, BlockTable __blockTable)
protected Sound3D(Sound3D that)
public float getMin_gain() throws java.io.IOException
java.io.IOException
__DNA__FIELD__min_gain
public void setMin_gain(float min_gain) throws java.io.IOException
java.io.IOException
__DNA__FIELD__min_gain
public float getMax_gain() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_gain
public void setMax_gain(float max_gain) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_gain
public float getReference_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_distance
public void setReference_distance(float reference_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_distance
public float getMax_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_distance
public void setMax_distance(float max_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_distance
public float getRolloff_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rolloff_factor
public void setRolloff_factor(float rolloff_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rolloff_factor
public float getCone_inner_angle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cone_inner_angle
public void setCone_inner_angle(float cone_inner_angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cone_inner_angle
public float getCone_outer_angle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cone_outer_angle
public void setCone_outer_angle(float cone_outer_angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cone_outer_angle
public float getCone_outer_gain() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cone_outer_gain
public void setCone_outer_gain(float cone_outer_gain) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cone_outer_gain