| Vector4TraitsSetIdentity Method |
Gets the identity.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void SetIdentity(
ref Vector4 identity
)
Public Sub SetIdentity (
ByRef identity As Vector4
)
public:
virtual void SetIdentity(
Vector4% identity
) sealed
abstract SetIdentity :
identity : Vector4 byref -> unit
override SetIdentity :
identity : Vector4 byref -> unit
Parameters
- identity
- Type: Vector4
Out: The identity.
Implements
IAnimationValueTraitsTSetIdentity(T)See Also