Gets the identity.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)
Syntax
| C# |
|---|
public void SetIdentity(
ref AvatarExpression identity
) |
| Visual Basic |
|---|
Public Sub SetIdentity ( _
ByRef identity As AvatarExpression _
) |
| Visual C++ |
|---|
public:
virtual void SetIdentity(
AvatarExpression% identity
) sealed |
Parameters
- identity
- Type: AvatarExpression%
Out: The identity.
Implements
IAnimationValueTraits<(Of <(<'T>)>)>..::..SetIdentity(T%)
See Also