Class ClothingItem
java.lang.Object
zombie.asset.Asset
zombie.core.skinnedmodel.population.ClothingItem
-
Nested Class Summary
Nested classes/interfaces inherited from class Asset
Asset.ObserverCallback, Asset.State -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetAltModel(boolean female) voidgetCombinedMask(CharacterMask in_out_mask) getModel(boolean female) getType()booleanhasModel()booleanisHat()booleanisMask()toString()static voidtryGetCombinedMask(ClothingItemReference itemRef, CharacterMask in_out_mask) static voidtryGetCombinedMask(ClothingItem item, CharacterMask in_out_mask) Methods inherited from class Asset
addDependency, getAssetManager, getObserverCb, getPath, getRefCount, getState, isEmpty, isFailure, isReady, onCreated, removeDependency, setAssetParams
-
Field Details
-
guid
-
maleModel
-
femaleModel
-
altMaleModel
-
altFemaleModel
-
isStatic
public boolean isStatic -
baseTextures
-
attachBone
-
masks
-
masksFolder
-
underlayMasksFolder
-
textureChoices
-
allowRandomHue
public boolean allowRandomHue -
allowRandomTint
public boolean allowRandomTint -
decalGroup
-
shader
-
hatCategory
-
spawnWith
-
s_masksFolderDefault
- See Also:
-
mame
-
ASSET_TYPE
-
-
Constructor Details
-
ClothingItem
-
-
Method Details
-
getBaseTextures
-
getTextureChoices
-
GetATexture
-
getSpawnWith
-
getAllowRandomHue
public boolean getAllowRandomHue() -
getAllowRandomTint
public boolean getAllowRandomTint() -
getDecalGroup
-
isHat
public boolean isHat() -
isMask
public boolean isMask() -
getCombinedMask
-
hasModel
public boolean hasModel() -
getModel
-
getAltModel
-
getFemaleModel
-
getMaleModel
-
getAltFemaleModel
-
getAltMaleModel
-
toString
-
tryGetCombinedMask
-
tryGetCombinedMask
-
getType
-