C# 클래스 CryEngine.CharacterCustomization.CharacterAttachmentSlot

파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CharacterAttachmentSlot System

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the currently active attachment for this slot.

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

비공개 메소드들

메소드 설명
CharacterAttachmentSlot ( CustomizationManager manager, XElement element ) : System

메소드 상세

Clear() 공개 메소드

Clears the currently active attachment for this slot.
public Clear ( ) : void
리턴 void

GetAttachment() 공개 메소드

public GetAttachment ( string name ) : CharacterAttachment
name string
리턴 CharacterAttachment

GetBrand() 공개 메소드

public GetBrand ( string name ) : CharacterAttachmentBrand
name string
리턴 CharacterAttachmentBrand

GetWriteableElement() 공개 메소드

public GetWriteableElement ( string name = null ) : XElement
name string
리턴 XElement