| GameLiftManagerOpFunctionCallback Delegate |
[Missing <summary> documentation for "T:ASL.GameLiftManager.OpFunctionCallback"]
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public delegate void OpFunctionCallback(
GameObject m_object
)
Public Delegate Sub OpFunctionCallback (
m_object As GameObject
)
public delegate void OpFunctionCallback(
GameObject^ m_object
)
type OpFunctionCallback =
delegate of
m_object : GameObject -> unit
Parameters
- m_object
- Type: GameObject
See Also