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