C# Class CryEngine.CryScriptInstance

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

Private Properties

Property Type Description
InternalInitialize bool
OnDestroyedInternal void

Public Methods

Method 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

Method Description
InternalInitialize ( IScriptInitializationParams initParams ) : bool
OnDestroyedInternal ( ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

OnUpdate() public method

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