UnityUITextMeshProGlyphHelperbaseSpriteMaterial Property |
Optional material for Sprites. If blank, the default material will be used.
Material is instantiated for each Sprite Asset, so making changes to values in the base material later will not affect Sprites.
Changing the base material at runtime will copy only certain properties from the new material to Sprite materials.
Namespace: Rewired.Glyphs.UnityUIAssembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntaxpublic virtual Material baseSpriteMaterial { get; set; }Property Value
Material
See Also