Click or drag to resize

ActionPID Methods

The ActionPID type exposes the following members.

Methods
  NameDescription
Public methodActivate
Called when action is first activated. The state of the action should be initialized here.
(Overrides ActionActivate(DateTime, Int32).)
Protected methodConvert
Convert value from Unit to SI (engine) units
(Inherited from ActionSetBase.)
Public methodDeactivate
Called when this action is deactivated and another action is activated.
(Inherited from Action.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImplement
Implement constant action.
(Overrides ActionImplement(DateTime, DateTime, Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadState (Overrides ActionReadState(ModelStateReader).)
Public methodReset
Reset the internal state of the action
(Overrides ActionReset.)
Protected methodRevert
Convert value from SI (engine) units to Unit
(Inherited from ActionSetBase.)
Protected methodSetActive
Set this action as the active one
(Inherited from Action.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate (Overrides ActionValidate.)
Public methodWriteState (Overrides ActionWriteState(ModelStateWriter).)
Top
See Also