| GameObjectItemsSetterOnItemCreated Method |
Called when an item for an item context was created.
Namespace:
Slash.Unity.DataBind.Foundation.Setters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected virtual void OnItemCreated(
Object itemContext,
GameObject itemObject,
int itemIndex
)
Protected Overridable Sub OnItemCreated (
itemContext As Object,
itemObject As GameObject,
itemIndex As Integer
)
protected:
virtual void OnItemCreated(
Object^ itemContext,
GameObject^ itemObject,
int itemIndex
)
abstract OnItemCreated :
itemContext : Object *
itemObject : GameObject *
itemIndex : int -> unit
override OnItemCreated :
itemContext : Object *
itemObject : GameObject *
itemIndex : int -> unit
Parameters
- itemContext
- Type: SystemObject
Item context the item is for. - itemObject
- Type: UnityEngineGameObject
Item game object. - itemIndex
- Type: SystemInt32
Position of the item inside the items.
See Also