Namespace: DeltaEngine.Rendering3D.ParticlesAssembly: DeltaEngine.Rendering3D.Particles (in DeltaEngine.Rendering3D.Particles.dll) Version: 1.1.1.0 (1.1.1)
public RangeGraph<Vector3D> StartVelocity { get; set; }
public RangeGraph<Vector3D> StartVelocity { get; set; }
Public Property StartVelocity As RangeGraph(Of Vector3D)
Get
Set
Public Property StartVelocity As RangeGraph(Of Vector3D)
Get
Set
public:
property RangeGraph<Vector3D>^ StartVelocity {
RangeGraph<Vector3D>^ get ();
void set (RangeGraph<Vector3D>^ value);
}
public:
property RangeGraph<Vector3D>^ StartVelocity {
RangeGraph<Vector3D>^ get ();
void set (RangeGraph<Vector3D>^ value);
}
member StartVelocity : RangeGraph<Vector3D> with get, set
member StartVelocity : RangeGraph<Vector3D> with get, set
Property Value
Type:
RangeGraph Vector3D