Click or drag to resize
ModulerotateObject Method

[Missing <summary> documentation for "M:Planetbase.Module.rotateObject(UnityEngine.GameObject,UnityEngine.Vector3,System.Single)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void rotateObject(
	GameObject gameObject,
	Vector3 targetDirection,
	float timeStep
)

Parameters

gameObject
Type: GameObject

[Missing <param name="gameObject"/> documentation for "M:Planetbase.Module.rotateObject(UnityEngine.GameObject,UnityEngine.Vector3,System.Single)"]

targetDirection
Type: Vector3

[Missing <param name="targetDirection"/> documentation for "M:Planetbase.Module.rotateObject(UnityEngine.GameObject,UnityEngine.Vector3,System.Single)"]

timeStep
Type: SystemSingle

[Missing <param name="timeStep"/> documentation for "M:Planetbase.Module.rotateObject(UnityEngine.GameObject,UnityEngine.Vector3,System.Single)"]

See Also