Click or drag to resize

ASLHelperInstantiateASLObjectReturnID Method (String, Vector3, Quaternion, String, String, ASLObjectASLGameObjectCreatedCallback, ASLObjectClaimCancelledRecoveryCallback, ASLObjectFloatCallback)

[Missing <summary> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string InstantiateASLObjectReturnID(
	string _prefabName,
	Vector3 _position,
	Quaternion _rotation,
	string _parentID,
	string _componentAssemblyQualifiedName,
	ASLObjectASLGameObjectCreatedCallback _aslGameObjectCreatedCallbackInfo,
	ASLObjectClaimCancelledRecoveryCallback _aslClaimCancelledRecoveryFunctionInfo,
	ASLObjectFloatCallback _aslFloatFunctionInfo
)

Parameters

_prefabName
Type: SystemString

[Missing <param name="_prefabName"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_position
Type: Vector3

[Missing <param name="_position"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_rotation
Type: Quaternion

[Missing <param name="_rotation"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_parentID
Type: SystemString

[Missing <param name="_parentID"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_componentAssemblyQualifiedName
Type: SystemString

[Missing <param name="_componentAssemblyQualifiedName"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_aslGameObjectCreatedCallbackInfo
Type: ASLASLObjectASLGameObjectCreatedCallback

[Missing <param name="_aslGameObjectCreatedCallbackInfo"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_aslClaimCancelledRecoveryFunctionInfo
Type: ASLASLObjectClaimCancelledRecoveryCallback

[Missing <param name="_aslClaimCancelledRecoveryFunctionInfo"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

_aslFloatFunctionInfo
Type: ASLASLObjectFloatCallback

[Missing <param name="_aslFloatFunctionInfo"/> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

Return Value

Type: String

[Missing <returns> documentation for "M:ASL.ASLHelper.InstantiateASLObjectReturnID(System.String,UnityEngine.Vector3,UnityEngine.Quaternion,System.String,System.String,ASL.ASLObject.ASLGameObjectCreatedCallback,ASL.ASLObject.ClaimCancelledRecoveryCallback,ASL.ASLObject.FloatCallback)"]

See Also