public class Properties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Properties.PropertyAdapter<V extends java.lang.Comparable<V>> |
Modifier and Type | Field and Description |
---|---|
static IUnlistedProperty<IModelState> |
AnimationProperty
Property holding the IModelState used for animating the model in the TESR.
|
static PropertyBool |
StaticProperty
Property indicating if the model should be rendered in the static renderer or in the TESR.
|
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
static <V extends java.lang.Comparable<V>> |
toUnlisted(IProperty<V> property) |
public static final PropertyBool StaticProperty
public static final IUnlistedProperty<IModelState> AnimationProperty
public static <V extends java.lang.Comparable<V>> IUnlistedProperty<V> toUnlisted(IProperty<V> property)