Item

BehaviorCollection indexer

Retirns a behavior at the specified index.

public IBehavior this[int index] { get; set; }
ParameterDescription
indexIndex of a behavior to return.

Return Value

Animation begavior.

See Also