Show / Hide Table of Contents

Class UIMeshItemWithCollection

A UIMeshItem with utilities useful to handle .

Inheritance
Object
UIMeshItem
UIMeshItemWithCollection
UIVertexQuad
UIVertexStream
UIVertexTriangleStream
Implements
IDisposable
Inherited Members
UIMeshItem.Map(UnityEngine.UIVertex)
UIMeshItem.Dispose()
Namespace: Mux.Markup.Extras
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class UIMeshItemWithCollection : UIMeshItem, IDisposable

Constructors

| Improve this Doc View Source

UIMeshItemWithCollection()

Declaration
public UIMeshItemWithCollection()

Methods

| Improve this Doc View Source

CreateBindableCollectionProperty<T>(String, Type)

A convenient method to create a new instance of the class that represents a field or property of a .

Declaration
protected static BindableProperty CreateBindableCollectionProperty<T>(string name, Type declarer)
Parameters
Type Name Description
String name
Type declarer
Returns
Type Description
BindableProperty
Type Parameters
Name Description
T

Implements

IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX