Class UIDataSource
Inheritance
UIDataSource
Inherited Members
Namespace: Fwt.UIToolkit.DataSources
Assembly: fwt.uitoolkit.dll
Syntax
public abstract class UIDataSource : IDataSourceViewHashProvider, ICommitChanges
Fields
Version
Declaration
public long Version
Field Value
| Type | Description |
|---|---|
| long |
Methods
CommitChanges()
Declaration
public virtual void CommitChanges()
GetViewHashCode()
Returns the hash code of the view, which can be used to notify the data binding system to refresh.
Declaration
public virtual long GetViewHashCode()
Returns
| Type | Description |
|---|---|
| long | The hash code of the view. |
MarkDirty()
Declaration
public virtual void MarkDirty()
Implements
UnityEngine.UIElements.IDataSourceViewHashProvider