For a list of all members of this type, see NSkin members.
| Name | Description |
 | CloneAndFlipX | Returns a new UI part skin, whose content, margins and padding are flipped horizontally. |
 | CloneAndFlipY | Returns a new UI part skin, whose content, margins and padding are flipped vertically. |
 | CloneAndRotateClockwise | Returns a new UI part skin, whose content, margins and padding are rotated in clockwise direction. |
 | CloneAndRotateCounterClockwise | Returns a new UI part skin, whose content, margins and padding are rotated in counter clockwise direction. |
 | CloneState | Creates and returns a clone of the state with the given name. |
 | GetState | Gets the state with the given name. |
 | RemoveState | Removes the state with the given name. |
 | SetBorderThicknessRecursively | Sets the border thickness of this skin and removes the border thickness of its states, so that they inherit it from the skin. |
 | SetPaddingRecursively | Sets the padding of this skin and removes the padding of its states, so that they inherit it from the skin. |
 | SetState | Sets the state with the given name. |
 | SkinBoxState | Sets a border and a background to the given style. |
 | SkinSymbolState | Sets a symbol to the specified symbol property. |
Top