Click or drag to resize

SlotItemsSetterOnItemCreated 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 override 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

[Missing <param name="itemIndex"/> documentation for "M:Slash.Unity.DataBind.Foundation.Setters.SlotItemsSetter.OnItemCreated(System.Object,UnityEngine.GameObject,System.Int32)"]

See Also