Interface ITextElement
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public interface ITextElement
Properties
| Edit this page View SourcesharedMaterial
Declaration
Material sharedMaterial { get; }
Property Value
Type | Description |
---|---|
Material |
Methods
| Edit this page View SourceGetInstanceID()
Declaration
int GetInstanceID()
Returns
Type | Description |
---|---|
int |
Rebuild(CanvasUpdate)
Declaration
void Rebuild(CanvasUpdate update)
Parameters
Type | Name | Description |
---|---|---|
CanvasUpdate | update |