Click or drag to resize

ASL_AutonomousObjectHandlerInstantiateAutonomousObject Method

Overload List
  NameDescription
Public methodInstantiateAutonomousObject(GameObject)
Instatiates an ASL_AutonomousObject based on prefab. The caller of this function will be set to the owner of the instatiated ASL_AutonomousObject. The object is created using the prefab's transform.
Public methodInstantiateAutonomousObject(GameObject, ASL_AutonomousObjectHandlerReturnInstantatedObjectCallback)
Instatiates an ASL_AutonomousObject based on prefab. The caller of this function will be set to the owner of the instatiated ASL_AutonomousObject. The object is created using the prefab's transform. Calls callbackFunction once the object has been instantiated, with the instatiated GameObject as the argument.
Public methodInstantiateAutonomousObject(GameObject, Vector3, Quaternion)
Instatiates an ASL_AutonomousObject based on prefab. The caller of this function will be set to the owner of the instatiated ASL_AutonomousObject. The object is created at position pos, and rotation rotation.
Public methodInstantiateAutonomousObject(GameObject, Vector3, Quaternion, ASL_AutonomousObjectHandlerReturnInstantatedObjectCallback)
Instatiates an ASL_AutonomousObject based on prefab. The caller of this function will be set to the owner of the instatiated ASL_AutonomousObject. The object is created at position pos, and rotation rotation. Calls callbackFunction once the object has been instantiated, with the instatiated GameObject as the argument.
Public methodInstantiateAutonomousObject(GameObject, Vector3, Quaternion, ASLObjectASLGameObjectCreatedCallback, ASLObjectClaimCancelledRecoveryCallback, ASLObjectFloatCallback)
Instatiates an ASL_AutonomousObject based on prefab. The caller of this function will be set to the owner of the instatiated ASL_AutonomousObject. The object is created at position pos, and rotation rotation. Calls callbackFunction once the object has been instantiated, with the instatiated GameObject as the argument. The ASLGameObjectCreatedCallback is set to creationCallbackFunction, ClaimCancelledRecoveryCallback is set to claimRecoveryFunction, and the FloatCallback is set to floatFunciton.
Public methodInstantiateAutonomousObject(GameObject, Vector3, Quaternion, ASLObjectASLGameObjectCreatedCallback, ASLObjectClaimCancelledRecoveryCallback, ASLObjectFloatCallback, ASL_AutonomousObjectHandlerReturnInstantatedObjectCallback)
Instatiates an ASL_AutonomousObject based on prefab. The caller of this function will be set to the owner of the instatiated ASL_AutonomousObject. The object is created at position pos, and rotation rotation. Calls callbackFunction once the object has been instantiated, with the instatiated GameObject as the argument. The ASLGameObjectCreatedCallback is set to creationCallbackFunction, ClaimCancelledRecoveryCallback is set to claimRecoveryFunction, and the FloatCallback is set to floatFunciton.
Top
See Also