Class TextStringInspector
Inheritance
System.Object
TextStringInspector
Syntax
public class TextStringInspector : IDynamicBufferInspector<TextString>, IStructInspector<DynamicBuffer<TextString>>, IInspector<DynamicBuffer<TextString>>, IInspector
Methods
Build(InspectorDataProxy<DynamicBuffer<TextString>>)
Declaration
public VisualElement Build(InspectorDataProxy<DynamicBuffer<TextString>> proxy)
Parameters
Type |
Name |
Description |
Unity.Editor.InspectorDataProxy<DynamicBuffer<TextString>> |
proxy |
|
Returns
Type |
Description |
VisualElement |
|
Update(InspectorDataProxy<DynamicBuffer<TextString>>)
Declaration
public void Update(InspectorDataProxy<DynamicBuffer<TextString>> proxy)
Parameters
Type |
Name |
Description |
Unity.Editor.InspectorDataProxy<DynamicBuffer<TextString>> |
proxy |
|