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