Click or drag to resize

Character2DType Events

The Character2DType type exposes the following members.

Events
  NameDescription
Public eventAddedToParent
Occurs when a component is added to the parent.
(Inherited from Component.)
Public eventApplyGroundVelocityChanged
Occurs when the ApplyGroundVelocity property value changes.
Public eventCloneEvent
Occurs when object is cloned.
(Inherited from Component.)
Public eventCloneSupportChanged
Occurs after changing value of CloneSupport property.
(Inherited from Component.)
Public eventComponentAdded
Occurs when a child component is added.
(Inherited from Component.)
Public eventComponentRemoved
Occurs when a child component is removed.
(Inherited from Component.)
Public eventComponentsChanged
Occurs when the set of children is changed.
(Inherited from Component.)
Public eventCrouchingForceChanged
Occurs when the CrouchingForce property value changes.
Public eventCrouchingHeightChanged
Occurs when the CrouchingHeight property value changes.
Public eventCrouchingMaxSpeedChanged
Occurs when the CrouchingMaxSpeed property value changes.
Public eventCrouchingPositionToGroundHeightChanged
Occurs when the CrouchingPositionToGroundHeight property value changes.
Public eventCrouchingSupportChanged
Occurs when the CrouchingSupport property value changes.
Public eventCrouchingWalkUpHeightChanged
Occurs when the CrouchingWalkUpHeight property value changes.
Public eventDisabledEvent
Occurs when the object is disabled from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
(Inherited from Component.)
Public eventDisabledInSimulation
Occurs when the object is detached from a hierarchy of the components or is disabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component.)
Public eventDisplayInEditorChanged
Occurs when value of DisplayInEditor property is changed.
(Inherited from Component.)
Public eventDisposeEvent
Occurs when the object is disposed.
(Inherited from Component.)
Public eventEnabledChanged
Occurs when the Enabled property value changes.
(Inherited from Component.)
Public eventEnabledEvent
Occurs when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
(Inherited from Component.)
Public eventEnabledInHierarchyChanged
Occurs when the EnabledInHierarchy property value changes.
(Inherited from Component.)
Public eventEnabledInSimulation
Occurs when the object is attached to a hierarchy of the components and is enabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component.)
Public eventEyePositionChanged
Occurs when the EyePosition property value changes.
Public eventFlyAnimationChanged
Occurs when the FlyAnimation property value changes.
Public eventFlyControlForceChanged
Occurs when the FlyControlForce property value changes.
Public eventFlyControlMaxSpeedChanged
Occurs when the FlyControlMaxSpeed property value changes.
Public eventFlyControlSupportChanged
Occurs when the FlyControlSupport property value changes.
Public eventHeightChanged
Occurs when the Height property value changes.
Public eventIdleAnimationChanged
Occurs when the IdleAnimation property value changes.
Public eventInitialScaleChanged
Occurs when the InitialScale property value changes.
Public eventJumpAnimationChanged
Occurs when the JumpAnimation property value changes.
Public eventJumpSoundChanged
Occurs when the JumpSound property value changes.
Public eventJumpSpeedChanged
Occurs when the JumpSpeed property value changes.
Public eventJumpSupportChanged
Occurs when the JumpSupport property value changes.
Public eventLinearDampingFlyChanged
Occurs when the LinearDampingFly property value changes.
Public eventLinearDampingOnGroundChanged
Occurs when the LinearDampingOnGroundMove property value changes.
Public eventLinearDampingOnGroundIdleChanged
Occurs when the LinearDampingOnGroundIdle property value changes.
Public eventLoadEvent
Occurs during object loading.
(Inherited from Component.)
Public eventMassChanged
Occurs when the Mass property value changes.
Public eventMaxSlopeAngleChanged
Occurs when the MaxSlopeAngle property value changes.
Public eventMetadataGetMemberBySignatureEvent
Occurs when the object metadata member is received by name.
(Inherited from Component.)
Public eventMetadataGetMembersEvent
Occurs upon receipt of the object's metadata members.
(Inherited from Component.)
Public eventMetadataGetMembersFilterEvent
Occurs when filtering receive members of the object metadata.
(Inherited from Component.)
Public eventMinSpeedToSleepBodyChanged
Occurs when the MinSpeedToSleepBody property value changes.
Public eventNameChanged
Occurs when component name is changed.
(Inherited from Component.)
Public eventNetworkModeChanged
Occurs when the NetworkMode property value changes.
(Inherited from Component.)
Public eventPositionToGroundHeightChanged
Occurs when the PositionToGroundHeight property value changes.
Public eventPreloadResourcesEvent
Occurs when preloading the resources used by the object.
(Inherited from Component.)
Public eventRadiusChanged
Occurs when the Radius property value changes.
Public eventReceiveNetworkMessageFromClient (Inherited from Component.)
Public eventReceiveNetworkMessageFromServer (Inherited from Component.)
Public eventRemovedFromParent
Occurs when a component is removed from the parent.
(Inherited from Component.)
Public eventRunAnimationChanged
Occurs when the RunAnimation property value changes.
Public eventRunAnimationSpeedChanged
Occurs when the RunAnimationSpeed property value changes.
Public eventRunForceChanged
Occurs when the RunForce property value changes.
Public eventRunForwardMaxSpeedChanged
Occurs when the RunForwardMaxSpeed property value changes.
Public eventRunSupportChanged
Occurs when the RunSupport property value changes.
Public eventSaveEvent
Occurs during object saving.
(Inherited from Component.)
Public eventSaveSupportChanged
Occurs after changing value of SaveSupport property.
(Inherited from Component.)
Public eventScreenLabelChanged
Occurs when the ScreenLabel property value changes.
(Inherited from Component.)
Public eventSimulationStep
Occurs during the simulation step.
(Inherited from Component.)
Public eventSimulationStepClient
Occurs during the simulation step.
(Inherited from Component.)
Public eventUpdateEvent
Occurs during the update process of all objects.
(Inherited from Component.)
Public eventWalkAnimationChanged
Occurs when the WalkAnimation property value changes.
Public eventWalkAnimationSpeedChanged
Occurs when the WalkAnimationSpeed property value changes.
Public eventWalkForceChanged
Occurs when the WalkForce property value changes.
Public eventWalkForwardMaxSpeedChanged
Occurs when the WalkForwardMaxSpeed property value changes.
Public eventWalkUpHeightChanged
Occurs when the WalkUpHeight property value changes.
Top
See Also