Class ClothingItem
java.lang.Object
zombie.asset.Asset
zombie.core.skinnedmodel.population.ClothingItem
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.asset.Asset
Asset.ObserverCallback, Asset.State
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AssetType
boolean
boolean
boolean
static final String
Fields inherited from class zombie.asset.Asset
m_asset_manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
getCombinedMask
(CharacterMask characterMask) getModel
(boolean boolean1) getType()
boolean
hasModel()
boolean
isHat()
boolean
isMask()
toString()
static void
tryGetCombinedMask
(ClothingItemReference clothingItemReference, CharacterMask characterMask) static void
tryGetCombinedMask
(ClothingItem clothingItem, CharacterMask characterMask) Methods inherited from class zombie.asset.Asset
addDependency, getAssetManager, getObserverCb, getPath, getRefCount, getState, isEmpty, isFailure, isReady, onBeforeEmpty, onBeforeReady, onCreated, removeDependency, setAssetParams
-
Field Details
-
m_GUID
-
m_MaleModel
-
m_FemaleModel
-
m_Static
public boolean m_Static -
m_BaseTextures
-
m_AttachBone
-
m_Masks
-
m_MasksFolder
-
m_UnderlayMasksFolder
-
textureChoices
-
m_AllowRandomHue
public boolean m_AllowRandomHue -
m_AllowRandomTint
public boolean m_AllowRandomTint -
m_DecalGroup
-
m_Shader
-
m_HatCategory
-
s_masksFolderDefault
- See Also:
-
m_Name
-
ASSET_TYPE
-
-
Constructor Details
-
ClothingItem
-
-
Method Details
-
getBaseTextures
-
getTextureChoices
-
GetATexture
-
getAllowRandomHue
public boolean getAllowRandomHue() -
getAllowRandomTint
public boolean getAllowRandomTint() -
getDecalGroup
-
isHat
public boolean isHat() -
isMask
public boolean isMask() -
getCombinedMask
-
hasModel
public boolean hasModel() -
getModel
-
getFemaleModel
-
getMaleModel
-
toString
-
tryGetCombinedMask
public static void tryGetCombinedMask(ClothingItemReference clothingItemReference, CharacterMask characterMask) -
tryGetCombinedMask
-
getType
-