public interface MDLTransformComponent extends MDLComponent
Accessors to get the local transform and the global transform for a particular MDLObject are provided.
| Modifier and Type | Method and Description |
|---|---|
NSArray<? extends NSNumber> |
keyTimes()
An array of sample times for which a key has been stored
If no animation data is present, the array will contain a single value of zero
|
double |
maximumTime() |
double |
minimumTime()
If no animation data is present, minimumTime and maximumTime will be zero
|
boolean |
resetsTransform()
if YES, this transform is intended to be in global space, not parent space
|
void |
setResetsTransform(boolean value)
if YES, this transform is intended to be in global space, not parent space
|
NSArray<? extends NSNumber> keyTimes()
double maximumTime()
double minimumTime()
boolean resetsTransform()
void setResetsTransform(boolean value)