C# Class CryEngine.CharacterCustomization.CharacterAttachmentSlot

Afficher le fichier Open project: PoppermostProductions/CryMono Class Usage Examples

Private Properties

Свойство Type Description
CharacterAttachmentSlot System

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the currently active attachment for this slot.

GetAttachment ( string name ) : CharacterAttachment
GetBrand ( string name ) : CharacterAttachmentBrand
GetWriteableElement ( string name = null ) : XElement

Private Methods

Méthode Description
CharacterAttachmentSlot ( CustomizationManager manager, XElement element ) : System

Method Details

Clear() public méthode

Clears the currently active attachment for this slot.
public Clear ( ) : void
Résultat void

GetAttachment() public méthode

public GetAttachment ( string name ) : CharacterAttachment
name string
Résultat CharacterAttachment

GetBrand() public méthode

public GetBrand ( string name ) : CharacterAttachmentBrand
name string
Résultat CharacterAttachmentBrand

GetWriteableElement() public méthode

public GetWriteableElement ( string name = null ) : XElement
name string
Résultat XElement