C# Class CryEngine.CharacterCustomization.CharacterAttachmentMaterial

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

Méthodes publiques

Méthode Description
Save ( ) : void

Private Methods

Méthode Description
CharacterAttachmentMaterial ( CharacterAttachment attachment, System.Xml.Linq.XElement element, CharacterAttachmentMaterial parentMaterial = null ) : System
ParseColor ( string colorString ) : Vec3
UpdateMaterialElement ( System.Xml.Linq.XElement materialElement, CharacterAttachmentMaterial material ) : bool
WriteTexture ( System.Xml.Linq.XElement texturesElement, string textureType, string texturePath ) : bool

Method Details

Save() public méthode

public Save ( ) : void
Résultat void