public class VgFunctorDescriptor extends VgReferenced
Modifier and Type | Method and Description |
---|---|
void |
delete() |
float |
getMEndTime()
The functor's end time (relative to the animation's start time).
|
float |
getMStartTime()
The functor start time (relative to the animation's start time).
|
void |
setMEndTime(float value)
The functor's end time (relative to the animation's start time).
|
void |
setMStartTime(float value)
The functor start time (relative to the animation's start time).
|
getNbReferences, ref, unref
public void delete()
delete
in class VgReferenced
public void setMStartTime(float value)
public float getMStartTime()
public void setMEndTime(float value)
public float getMEndTime()