| SrtTransformHasScale Property |
Gets a value indicating whether the scale is not (1, 1, 1).
(Using a numerical tolerant comparison, see
Numeric.)
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool HasScale { get; }
Public ReadOnly Property HasScale As Boolean
Get
public:
property bool HasScale {
bool get ();
}
member HasScale : bool with get
Property Value
Type:
Boolean if the scaling factor in any direction is not 1; otherwise,
.
See Also