ButtonIconSet.EditorAddCustomQuadIcon(Texture) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a custom quad icon to the quadIcons array. If quad icon already exists in set no action will be taken.
public:
bool EditorAddCustomQuadIcon(UnityEngine::Texture ^ customQuadIcon);
public bool EditorAddCustomQuadIcon (UnityEngine.Texture customQuadIcon);
member this.EditorAddCustomQuadIcon : UnityEngine.Texture -> bool
Public Function EditorAddCustomQuadIcon (customQuadIcon As Texture) As Boolean
Parameters
- customQuadIcon
- UnityEngine.Texture