Click or drag to resize

ProjectSettingsPage_SceneEditor Events

The ProjectSettingsPage_SceneEditor type exposes the following members.

Events
  NameDescription
Public eventAddedToParent
Occurs when a component is added to the parent.
(Inherited from Component.)
Public eventCameraKeyboardMovementSpeedFastChanged
Occurs when the CameraKeyboardMovementSpeedFast property value changes.
Public eventCameraKeyboardMovementSpeedNormalChanged
Occurs when the CameraKeyboardMovementSpeedNormal property value changes.
Public eventCameraKeyboardRotationSpeedFastChanged
Occurs when the CameraKeyboardRotationSpeedFast property value changes.
Public eventCameraKeyboardRotationSpeedNormalChanged
Occurs when the CameraKeyboardRotationSpeedNormal property value changes.
Public eventCameraMouseMovementSensitivityFastChanged
Occurs when the CameraMouseMovementSensitivityFast property value changes.
Public eventCameraMouseMovementSensitivityNormalChanged
Occurs when the CameraMouseMovementSensitivityNormal property value changes.
Public eventCameraMouseRotationSensitivityHorizontalChanged
Occurs when the CameraMouseRotationSensitivityHorizontal property value changes.
Public eventCameraMouseRotationSensitivityVerticalChanged
Occurs when the CameraMouseRotationSensitivityVertical property value changes.
Public eventCameraMouseTrackMovementSensitivityFastChanged
Occurs when the CameraMouseTrackMovementSensitivityFast property value changes.
Public eventCameraMouseTrackMovementSensitivityNormalChanged
Occurs when the CameraMouseTrackMovementSensitivityNormal property value changes.
Public eventCameraMouseWheelMovementSensitivityFastChanged
Occurs when the CameraMouseWheelMovementSensitivityFast property value changes.
Public eventCameraMouseWheelMovementSensitivityNormalChanged
Occurs when the CameraMouseWheelMovementSensitivityNormal 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 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 eventLoadEvent
Occurs during object loading.
(Inherited from Component.)
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 eventNameChanged
Occurs when component name is changed.
(Inherited from Component.)
Public eventNetworkModeChanged
Occurs when the NetworkMode property value changes.
(Inherited from Component.)
Public eventPreloadResourcesEvent
Occurs when preloading the resources used by the object.
(Inherited from Component.)
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 eventSaveEvent
Occurs during object saving.
(Inherited from Component.)
Public eventSaveSupportChanged
Occurs after changing value of SaveSupport property.
(Inherited from Component.)
Public eventSceneEditorSelectByDoubleClickRadiusChanged
Occurs when the SceneEditorSelectByDoubleClickRadius property value changes.
Public eventSceneEditorSelectOutlineEffectEnabledChanged
Occurs when the SceneEditorSelectOutlineEffectEnabled property value changes.
Public eventSceneEditorSelectOutlineEffectScaleChanged
Occurs when the SceneEditorSelectOutlineEffectScale property value changes.
Public eventSceneEditorStepMovementChanged
Occurs when the SceneEditorStepMovement property value changes.
Public eventSceneEditorStepRotationChanged
Occurs when the SceneEditorStepRotation property value changes.
Public eventSceneEditorStepScalingChanged
Occurs when the SceneEditorStepScaling property value changes.
Public eventScreenLabelChanged
Occurs when the ScreenLabel property value changes.
(Inherited from Component.)
Public eventScreenLabelColorChanged
Occurs when the ScreenLabelColor property value changes.
Public eventScreenLabelDisplayIconsChanged
Occurs when the ScreenLabelDisplayIcons property value changes.
Public eventScreenLabelMaxDistanceChanged
Occurs when the ScreenLabelMaxDistance property value changes.
Public eventScreenLabelMaxSizeChanged
Occurs when the ScreenLabelMaxSize property value changes.
Public eventScreenLabelMinSizeFactorChanged
Occurs when the ScreenLabelMinSizeFactor property value changes.
Public eventSimulationStep
Occurs during the simulation step.
(Inherited from Component.)
Public eventSimulationStepClient
Occurs during the simulation step.
(Inherited from Component.)
Public eventTransformToolLineThicknessChanged
Occurs when the TransformToolLineThickness property value changes.
Public eventTransformToolRotationSensitivityChanged
Occurs when the TransformToolRotationSensitivity property value changes.
Public eventTransformToolShadowIntensityChanged
Occurs when the TransformToolShadowIntensity property value changes.
Public eventTransformToolSizeChanged
Occurs when the TransformToolSize property value changes.
Public eventUpdateEvent
Occurs during the update process of all objects.
(Inherited from Component.)
Top
See Also