C# Class CryEngine.CryScriptInstance

This interface permits derived classes to be used for script compilation recognition.
Afficher le fichier Open project: PoppermostProductions/CryMono Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
OnUpdate ( ) : void

Called each frame if script has been set to be regularly updated (See ReceiveUpdates)

Private Methods

Méthode Description
InternalInitialize ( IScriptInitializationParams initParams ) : bool
OnDestroyedInternal ( ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnUpdate() public méthode

Called each frame if script has been set to be regularly updated (See ReceiveUpdates)
public OnUpdate ( ) : void
Résultat void