Click or drag to resize

ASLObjectASLGameObjectCreatedCallback Delegate

Delegate for the GameObject creation function which is executed when this object is instantiated

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void ASLGameObjectCreatedCallback(
	GameObject _myGameObject
)

Parameters

_myGameObject
Type: GameObject
See Also

Reference