Click or drag to resize

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
)

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