Class ClothingItemReference.RandomData
java.lang.Object
zombie.core.skinnedmodel.population.ClothingItemReference.RandomData
- Enclosing class:
- ClothingItemReference
public static class ClothingItemReference.RandomData
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
m_Active
java.lang.String
m_BaseTexture
java.lang.String
m_Decal
float
m_Hue
ClothingItemReference
m_PickedItemRef
java.lang.String
m_TextureChoice
ImmutableColor
m_Tint
-
Constructor Summary
Constructors Constructor Description RandomData()
-
Method Summary
Modifier and Type Method Description void
reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_Active
public boolean m_Active -
m_Hue
public float m_Hue -
m_Tint
-
m_BaseTexture
public java.lang.String m_BaseTexture -
m_PickedItemRef
-
m_TextureChoice
public java.lang.String m_TextureChoice -
m_Decal
public java.lang.String m_Decal
-
-
Constructor Details
-
RandomData
public RandomData()
-
-
Method Details
-
reset
public void reset()
-