Axiom.ParticleFX.DeflectorPlaneAffector.DeflectorPlaneAffector C# (CSharp) Méthode

DeflectorPlaneAffector() public méthode

Default Costructor
public DeflectorPlaneAffector ( ) : Axiom.Core
Résultat Axiom.Core
		public DeflectorPlaneAffector()
		{
			this.type = "DeflectorPlane";

			// defaults
			_planePoint = Vector3.Zero;
			_planeNormal = Vector3.UnitY;
			_bounce = 1.0f;
		}