| Vector2TraitsSetIdentity 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 Vector2 identity
)
Public Sub SetIdentity (
ByRef identity As Vector2
)
public:
virtual void SetIdentity(
Vector2% identity
) sealed
abstract SetIdentity :
identity : Vector2 byref -> unit
override SetIdentity :
identity : Vector2 byref -> unit
Parameters
- identity
- Type: Vector2
Out: The identity.
Implements
IAnimationValueTraitsTSetIdentity(T)See Also