CryEngine.CharacterCustomization.CharacterAttachmentSlot.Clear C# (CSharp) 메소드

Clear() 공개 메소드

Clears the currently active attachment for this slot.
public Clear ( ) : void
리턴 void
        public void Clear()
        {
            GetWriteableElement().SetAttributeValue("Binding", null);
        }