Click or drag to resize

Actor Methods

The Actor type exposes the following members.

Methods
  NameDescription
Public methodApplyAnimation
Applies the specified animation to this Actor.
Protected methodAssertNotDisposed
Checks whether this instance has been disposed. If it has, it throws an exception.
(Inherited from Disposable.)
Public methodClearAnimations
Clear any animations applied to this Actor.
Public methodStatic memberCreate
Creates a new Actor.
Public methodDispose
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Disposable.)
Protected methodDispose(Boolean)
Removes this instance from the pool.
(Overrides IdentifiedPoolTInstanceDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the Disposable class.
(Inherited from Disposable.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize
An overloadable point for initialization logic which requires the Id to be set.
(Inherited from IdentifiedPoolTInstance.)
Public methodIsStreamedIn
Determines whether this Actor is streamed in for the specified player.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPlayerGiveDamage
Raises the [E:PlayerGiveDamage] event.
Public methodOnStreamIn
Raises the [E:StreamIn] event.
Public methodOnStreamOut
Raises the [E:StreamOut] event.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also