Click or drag to resize
DigitalRuneParticleSystemIGeometricObjectScale Property
Gets the scale. - Always returns (1, 1, 1).

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
Vector3F IGeometricObject.Scale { get; }

Property Value

Type: Vector3F
Always returns (1, 1, 1).

Implements

IGeometricObjectScale
See Also