Projectile Constructor (Actor3D, Actor3D, HierarchyObject3D)Delta Engine Documentation
Initializes a new instance of the Projectile class

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

public Projectile(
	Actor3D owner,
	Actor3D target,
	HierarchyObject3D missile
)
See Also