Actor3D Constructor (Vector3D, Quaternion)Delta Engine Documentation
Initializes a new instance of the Actor3D class

Namespace: DeltaEngine.GameLogic
Assembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
Syntax

protected Actor3D(
	Vector3D position,
	Quaternion orientation
)
See Also