| 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
)
Public Delegate Sub ASLGameObjectCreatedCallback (
_myGameObject As GameObject
)
public delegate void ASLGameObjectCreatedCallback(
GameObject^ _myGameObject
)
type ASLGameObjectCreatedCallback =
delegate of
_myGameObject : GameObject -> unit
Parameters
- _myGameObject
- Type: GameObject
See Also