C# Class CryEngine.ActorBase

Base class which all actors must derive from. Includes basic callbacks.
Inheritance: EntityBase
Afficher le fichier Open project: PoppermostProductions/CryMono

Private Properties

Свойство Type Description
InternalInitialize bool

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
OnSpawn ( ) : void

Called after successful actor creation via Actor.Create.

Remove ( bool forceRemoveNow = false ) : void

Removes this actor from the world.

Private Methods

Méthode Description
InternalInitialize ( IScriptInitializationParams initParams ) : bool

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnSpawn() public méthode

Called after successful actor creation via Actor.Create.
public OnSpawn ( ) : void
Résultat void

Remove() public méthode

Removes this actor from the world.
public Remove ( bool forceRemoveNow = false ) : void
forceRemoveNow bool
Résultat void