CryEngine.CharacterCustomization.CharacterAttachmentSlot.Clear C# (CSharp) Method

Clear() public method

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