Scene Class |
Namespace: NeoAxis
public class Scene : Component
The Scene type exposes the following members.
Name | Description | |
---|---|---|
AnyData |
The user data of the component.
(Inherited from Component.) | |
BackgroundColor |
The background color of the scene.
| |
BackgroundColorAffectLighting |
Whether to affect the background color to ambient lighting.
| |
BackgroundColorEnvironmentOverride | ||
BackgroundSound |
Specifies background sound of the scene. Usually it is a music.
| |
BackgroundSoundVolumeInEditor |
Specifies background sound volume in the editor.
| |
BackgroundSoundVolumeInSimulation |
Specifies background sound volume in the simulation.
| |
BaseType |
Gets the base type of the object.
(Inherited from Component.) | |
BoundsWhenSimulationStarted | ||
CachedDirectionalLightsToFastFindByRenderingPipeline | ||
CachedObjectsInSpaceToFastFindByRenderingPipeline | ||
CameraDefault |
The default camera used.
| |
CameraEditor |
The camera used by the editor in 3D mode.
| |
CameraEditor2D |
The camera used by the editor in 2D mode.
| |
CameraEditor2DPositionZ |
Z position of the camera in 2D mode.
| |
CloneSupport |
Whether the object supports cloning.
(Inherited from Component.) | |
Components |
Gets the collection of the child components.
(Inherited from Component.) | |
CreatedByBaseType |
Whether the object is created using a base type.
(Inherited from Component.) | |
DisplayAreas |
Whether to display areas.
| |
DisplayCameras |
Whether to display development data of the cameras.
| |
DisplayDecals |
Whether to display development data of the decals.
| |
DisplayDevelopmentDataInEditor |
Whether to show development data in the editor.
| |
DisplayDevelopmentDataInSimulation |
Whether to show development data in the simulation.
| |
DisplayInEditor |
Whether to show the object in the editor.
(Inherited from Component.) | |
DisplayLabels |
Whether to display development data of the labels.
| |
DisplayLights |
Whether to display development data of the lights.
| |
DisplayObjectInSpaceBounds |
Whether to display the bounds of the objects in space.
| |
DisplayPhysicalObjects |
Whether to display physical objects.
| |
DisplayReflectionProbes |
Whether to display development data of the reflection probes.
| |
DisplaySceneOctree |
Whether to display the scene octree.
| |
DisplaySensors |
Whether to display sensors.
| |
DisplaySoundSources |
Whether to display development data of the sound sources.
| |
DisplayTextInfo |
Whether to display text information of the development data.
| |
DisplayVolumes |
Whether to display volumes.
| |
Disposed |
Whether the object is disposed.
(Inherited from Component.) | |
EditorDocumentConfiguration |
Gets or sets the configuration data of the object's settings in the editor.
(Inherited from Component.) | |
EditorReadOnly |
Whether the object is read only in the editor.
(Inherited from Component.) | |
EditorReadOnlyInHierarchy |
Whether the object is read-only in the editor with respect to parent objects.
(Inherited from Component.) | |
Enabled |
Whether the component is enabled. Any functionality of component is not works when it disabled.
(Inherited from Component.) | |
EnabledInHierarchy |
Determines whether the object is attached to a hierarchy of the components and enabled. The object will be enabled only when all parents are enabled, and the property Enabled is enabled.
(Inherited from Component.) | |
EnabledInHierarchyAndIsInstance |
Determines when the object is attached to a hierarchy of the components, is enabled and the object if not part of a resource (it is usual object instance). The object will be enabled only when all parents are enabled, and the property Enabled is enabled.
(Inherited from Component.) | |
First |
Gets first enabled scene.
| |
FrustumCullingTest |
Enables the frustum culling test.
| |
Gravity |
The gravity applied on the physical objects.
| |
Gravity2D |
The gravity applied on the 2D physical objects.
| |
HierarchyController |
Gets the object hierarchy control controller.
(Inherited from Component.) | |
InternalSimulatePhysics | ||
MeshInSpaceStaticModeSectorSize | ||
Mode |
The mode of the scene.
| |
Name |
The name of the component.
(Inherited from Component.) | |
NetworkID | (Inherited from Component.) | |
NetworkIsClient | (Inherited from Component.) | |
NetworkIsServer |
Whether to work in network server mode. It is false until the scene is not loaded.
(Inherited from Component.) | |
NetworkIsSingle | (Inherited from Component.) | |
NetworkIsSingleOrClient | (Inherited from Component.) | |
NetworkMode |
Whether to enable synchronization of the component between server and clients.
(Inherited from Component.) | |
NetworkModeUsers | (Inherited from Component.) | |
OctreeBoundsRebuildExpand |
The expand vector of the octree bounds.
| |
OctreeEnabled |
Enables the scene octree.
| |
OctreeMaxNodeCount |
The maximum number of nodes created by the octree.
| |
OctreeMinNodeSize |
The minimum node size of the octree.
| |
OctreeObjectCountOutsideOctreeToRebuld |
The number of objects to rebuild outside the octree.
| |
OctreeObjectCountToCreateChildNodes |
The number of objects needed to create child nodes.
| |
OctreeThreadingMode | ||
Parent |
Gets the parent object.
(Inherited from Component.) | |
ParentRoot |
Gets the parent root object.
(Inherited from Component.) | |
PhysicsAdvancedSettings |
Whether to enabled advanced settings of the physics world.
| |
PhysicsAllowSleeping |
If objects can go to sleep or not.
| |
PhysicsBaumgarte |
Baumgarte stabilization factor (how much of the position error to 'fix' in 1 update) (unit: dimensionless, 0 = nothing, 1 = 100%).
| |
PhysicsBodyPairCacheCosMaxDeltaRotationDiv2 |
Maximum relative delta orientation for body pairs to be able to reuse collision results from last frame, stored as cos(max angle / 2). Default: cos(2 degrees / 2).
| |
PhysicsBodyPairCacheMaxDeltaPosition |
Maximum relative delta position for body pairs to be able to reuse collision results from last frame (units: meter).
| |
PhysicsCheckActiveEdges |
When false, we prevent collision against non-active (shared) edges. Mainly for debugging the algorithm.
| |
PhysicsCollisionSteps |
The amount of collision steps for one update.
| |
PhysicsConstraintWarmStart |
Whether or not to use warm starting for constraints (initially applying previous frames impulses).
| |
PhysicsContactNormalCosMaxDeltaRotation |
Maximum angle between normals that allows manifolds between different sub shapes of the same body pair to be combined. Default: cos(5 degree).
| |
PhysicsContactPointPreserveLambdaMaxDist |
Maximum allowed distance between old and new contact point to preserve contact forces for warm start (units: meter).
| |
PhysicsDefaultConvexRadius |
In order to speed up the collision detection system, all convex shapes use a convex radius. The provided shape will first be shrunken by the convex radius and then inflated again by the same amount.
| |
PhysicsLinearCastMaxPenetration |
Fraction of its inner radius a body may penetrate another body for the LinearCast motion quality.
| |
PhysicsLinearCastThreshold |
Fraction of its inner radius a body must move per step to enable casting for the LinearCast motion quality.
| |
PhysicsManifoldTolerance |
Max squared distance to use to determine if two points are on the same plane for determining the contact manifold between two shape faces (unit: meter).
| |
PhysicsMaxBodies |
The max amount of bodies at the same time in the scene. Reopen the scene to apply changes.
| |
PhysicsMaxBodyPairs |
Maximum amount of body pairs to process (anything else will fall through the world), this number should generally be much higher than the max amount of contact points as there will be lots of bodies close that are not actually touching. Set for to auto mode.
| |
PhysicsMaxContactConstraints |
Maximum amount of contact constraints to process (anything else will fall through the world). Set 0 for auto mode.
| |
PhysicsMaxInFlightBodyPairs |
Size of body pairs array, corresponds to the maximum amount of potential body pairs that can be in flight at any time. Setting this to a low value will use less memory but slow down simulation as threads may run out of narrow phase work. Set 0 for auto mode.
| |
PhysicsMaxPenetrationDistance |
Maximum distance to correct in a single iteration when solving position constraints (unit: meters).
| |
PhysicsMinVelocityForRestitution |
Minimal velocity needed before a collision can be elastic (unit: m).
| |
PhysicsNumPositionSteps |
Number of solver position iterations to run.
| |
PhysicsNumVelocitySteps |
Number of solver velocity iterations to run. Note that this needs to be >= 2 in order for friction to work (friction is applied using the non-penetration impulse from the previous iteration).
| |
PhysicsPenetrationSlop |
How much bodies are allowed to sink into eachother (unit: meters).
| |
PhysicsPointVelocitySleepThreshold |
Velocity of points on bounding box of object below which an object can be considered sleeping (unit: m/s).
| |
PhysicsSpeculativeContactDistance |
Radius around objects inside which speculative contact points will be detected (unit: meters).
| |
PhysicsStepListenerBatchesPerJob |
How many step listener batches are needed before spawning another job. Set to 2147483647 (INT_MAX) if no parallelism is desired.
| |
PhysicsStepListenersBatchSize |
How many PhysicsStepListeners to notify in 1 batch.
| |
PhysicsTimeBeforeSleep |
Time before object is allowed to go to sleep (unit: seconds).
| |
PhysicsUseBodyPairContactCache |
Whether or not to use the body pair cache, which removes the need for narrow phase collision detection when orientation between two bodies didn't change.
| |
PhysicsUseManifoldReduction |
Whether or not to reduce manifolds with similar contact normals into one contact manifold.
| |
PhysicsWorld | ||
PrecipitationFallen | ||
PrecipitationFalling | ||
RemoveFromParentQueued |
Whether the object is placed in the detach queue from the parent.
(Inherited from Component.) | |
RenderingPipeline |
The rendering pipeline of the scene.
| |
SaveSupport |
Whether the object supports saving to a file.
(Inherited from Component.) | |
ScreenLabel |
The displaying mode of an on-screen label of the component in the scene editor.
(Inherited from Component.) | |
ScreenOrientation |
The way to override default screen orientation settings for the scene. The property is used for mobile devices.
| |
SoundAttenuationFar |
The default maximum distance from the listener, after which no sound is heard.
| |
SoundAttenuationNear |
The default minimum distance from the listener, after which the sound begins to weaken.
| |
SoundRolloffFactor |
The default damping factor.
| |
Temperature | ||
Time | ||
TimeOfDay | ||
TypeSettingsPrivateObjects |
Object settings when used as a type.
(Inherited from Component.) | |
UIScreen |
The element of the user interface of the scene that will be used in a simulation.
| |
WindDirection |
The direction of the wind.
| |
WindSpeed |
The speed of the wind.
|
Name | Description | |
---|---|---|
AddComponent |
Adds a component as a child.
(Inherited from Component.) | |
BeginNetworkMessage(ServerNetworkService_ComponentsClientItem, String) | (Inherited from Component.) | |
BeginNetworkMessage(IListServerNetworkService_ComponentsClientItem, String) | (Inherited from Component.) | |
BeginNetworkMessage(ServerNetworkService_UsersUserInfo, String) | (Inherited from Component.) | |
BeginNetworkMessage(IListServerNetworkService_UsersUserInfo, String) | (Inherited from Component.) | |
BeginNetworkMessageToEveryone | (Inherited from Component.) | |
BeginNetworkMessageToServer | (Inherited from Component.) | |
CalculateTotalBoundsOfObjectsInSpace | ||
Clone |
Creates a copy of the object.
(Inherited from Component.) | |
CreateComponent(Type, Int32, Boolean, Boolean, NetworkModeEnum) |
Creates a child component.
(Inherited from Component.) | |
CreateComponent(MetadataTypeInfo, Int32, Boolean, Boolean, NetworkModeEnum) |
Creates a child component.
(Inherited from Component.) | |
CreateComponentT(Int32, Boolean, Boolean, NetworkModeEnum) |
Creates a child component.
(Inherited from Component.) | |
Dispose |
Detaches the object from the hierarchy and deletes the object data.
(Inherited from Component.) | |
EndNetworkMessage | (Inherited from Component.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindParent(Type) |
Finds the parent of the specified type.
(Inherited from Component.) | |
FindParent(MetadataTypeInfo) |
Finds the parent of the specified type.
(Inherited from Component.) | |
FindParentT |
Finds the parent of the specified type.
(Inherited from Component.) | |
FindThisOrParent(Type) |
Finds the parent or self of the specified type.
(Inherited from Component.) | |
FindThisOrParent(MetadataTypeInfo) |
Finds the parent or self of the specified type.
(Inherited from Component.) | |
FindThisOrParentT |
Finds the parent or self of the specified type.
(Inherited from Component.) | |
GetAll |
Gets the list of all scene objects including resources.
| |
GetAllInstancesEnabled |
Gets the list of all enabled instances of scenes.
| |
GetAllParents |
Gets all parents of the component.
(Inherited from Component.) | |
GetComponent(String, Boolean) |
Finds a child component by name.
(Inherited from Component.) | |
GetComponent(Type, Boolean, Boolean) |
Finds a child component of the specified type.
(Inherited from Component.) | |
GetComponent(MetadataTypeInfo, Boolean, Boolean) |
Finds a child component of the specified type.
(Inherited from Component.) | |
GetComponentT(Boolean, Boolean) |
Finds a child component of the specified type.
(Inherited from Component.) | |
GetComponentByNameWithIndex |
Finds a child component by name and number in the case when there are several components with the specified name.
(Inherited from Component.) | |
GetComponentByPath |
Finds a child component by path.
(Inherited from Component.) | |
GetComponents(Boolean, Boolean, Boolean, Boolean) |
Finds child components.
(Inherited from Component.) | |
GetComponents(Boolean, Boolean, Boolean, Boolean, ActionComponent) |
Finds child components.
(Inherited from Component.) | |
GetComponents(Type, Boolean, Boolean, Boolean, Boolean) |
Finds child components of the specified type.
(Inherited from Component.) | |
GetComponents(MetadataTypeInfo, Boolean, Boolean, Boolean, Boolean) |
Finds child components of the specified type.
(Inherited from Component.) | |
GetComponentsT(Boolean, Boolean, Boolean, Boolean, ActionT) |
Finds child components of the specified type.
(Inherited from Component.) | |
GetDisplayDevelopmentDataInThisApplication | ||
GetGameMode | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectsInSpace(SceneGetObjectsInSpaceItem, Int32) | ||
GetObjectsInSpace(IListSceneGetObjectsInSpaceItem, Int32) | ||
GetOctreeStatistics | ||
GetPathFromParent |
Returns the path to the object from the parent.
(Inherited from Component.) | |
GetPathFromRoot |
Returns the object's access path from the root object.
(Inherited from Component.) | |
GetProvidedType |
Returns a type when the object is used as a type.
(Inherited from Component.) | |
GetScreenLabelInfo | (Inherited from Component.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWindSpeedVector | ||
IsMethodInvoking |
Checks if a method is running over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
(Inherited from Component.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MetadataGetMemberBySignature |
Returns the object metadata member by name.
(Inherited from Component.) | |
MetadataGetMembers |
Returns the object metadata members.
(Inherited from Component.) | |
MethodInvoke |
Calls a method by name.
(Inherited from Component.) | |
MethodInvokeCancel |
Cancels the execution of selected method that run over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
(Inherited from Component.) | |
MethodInvokeCancelAll |
Cancels the execution of all methods that run over time. You can start executing such methods using MethodInvoke(String, Object, Double, Double) method.
(Inherited from Component.) | |
NetworkDisablePropertySynchronization | (Inherited from Component.) | |
NetworkIsDisabledPropertySynchronization | (Inherited from Component.) | |
NetworkModeAddUser | (Inherited from Component.) | |
NetworkModeIsEnabledForUser | (Inherited from Component.) | |
NetworkModeRemoveUser | (Inherited from Component.) | |
NetworkRestoreDisabledPropertySynchronization | (Inherited from Component.) | |
NewObjectSetDefaultConfiguration |
Called when the object is created in the editor. Designed to configure the initial state.
(Inherited from Component.) | |
NewObjectSetDefaultConfigurationUpdate |
Called during object creation in the editor. Designed to configure the initial state.
(Inherited from Component.) | |
ObjectsInSpace_ObjectUpdateSceneObjectFlags | ||
OctreeUpdate | ||
OnAddedToParent |
Called when a component is added to the parent.
(Inherited from Component.) | |
OnClientConnectedAfterRootComponentEnabled | (Inherited from Component.) | |
OnClientConnectedBeforeRootComponentEnabled | (Inherited from Component.) | |
OnClientDisconnected | (Inherited from Component.) | |
OnClone |
Called when the object is cloned.
(Inherited from Component.) | |
OnComponentAdded | (Overrides ComponentOnComponentAdded(Component).) | |
OnComponentRemoved | (Overrides ComponentOnComponentRemoved(Component).) | |
OnDisabled |
Called when the object is detached from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
(Inherited from Component.) | |
OnDisabledInSimulation |
Called 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.) | |
OnDispose |
Called when the object is disposed.
(Inherited from Component.) | |
OnEditorGetTextInfoCenterBottomCorner | (Inherited from Component.) | |
OnEnabled |
Called when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
(Inherited from Component.) | |
OnEnabledChanged |
Called when value of Enabled property is changed.
(Inherited from Component.) | |
OnEnabledInHierarchyChanged |
Called when value of EnabledInHierarchy property is changed.
(Inherited from Component.) | |
OnEnabledInSimulation |
Called 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.) | |
OnGetRenderSceneData | ||
OnLoad |
Called during object loading.
(Inherited from Component.) | |
OnMetadataGetMemberBySignature |
Called when the object metadata member is received by name.
(Inherited from Component.) | |
OnMetadataGetMembers |
Called upon receipt of the object's metadata members.
(Inherited from Component.) | |
OnMetadataGetMembersFilter | (Overrides ComponentOnMetadataGetMembersFilter(MetadataGetMembersContext, MetadataMember, Boolean).) | |
OnPreloadResources |
Called when preloading the resources used by the object.
(Inherited from Component.) | |
OnReceiveNetworkMessageFromClient | (Inherited from Component.) | |
OnReceiveNetworkMessageFromServer | (Inherited from Component.) | |
OnRemovedFromParent |
Called when a component is removed from the parent.
(Inherited from Component.) | |
OnRender | ||
OnRenderBeforeOutput | ||
OnSave |
Called during object saving.
(Inherited from Component.) | |
OnSimulationStep |
Called during the simulation step.
(Inherited from Component.) | |
OnSimulationStepClient |
Called during the simulation step.
(Inherited from Component.) | |
OnUpdate | (Overrides ComponentOnUpdate(Single).) | |
OnViewportUpdateBefore | ||
OnViewportUpdateBegin | ||
OnViewportUpdateCameraSettingsReady | ||
OnViewportUpdateEnd | ||
Physics2DContactTest(Physics2DContactTestItem) | ||
Physics2DContactTest(Physics2DContactTestItem) | ||
Physics2DGetWorld | ||
Physics2DRayTest(Physics2DRayTestItem) | ||
Physics2DRayTest(Physics2DRayTestItem) | ||
PhysicsRayTest(PhysicsRayTestItem) | ||
PhysicsRayTest(PhysicsRayTestItem, Boolean) | ||
PhysicsVolumeTest(PhysicsVolumeTestItem) | ||
PhysicsVolumeTest(PhysicsVolumeTestItem, Boolean) | ||
PreloadResources |
Preload resources used by the object.
(Inherited from Component.) | |
PropertyGet(String, Object, Boolean) |
Gets the value of a property by name.
(Inherited from Component.) | |
PropertySet |
Sets the value of a property by name.
(Inherited from Component.) | |
RemoveAllComponents |
Removes all child components.
(Inherited from Component.) | |
RemoveComponent |
Removes a child component.
(Inherited from Component.) | |
RemoveFromParent |
Detaches the object from its parent.
(Inherited from Component.) | |
SoundPlay(SoundData, Vector3, Double, Double) | ||
SoundPlay(String, Vector3, Double, Double, Boolean) | ||
SoundPlay(Sound, Vector3, Double, Double, Boolean) | ||
SoundPlay2D(String) | ||
SoundPlay2D(Sound) | ||
SoundPlay2D(SoundData, Double, Double) | ||
ToString |
Returns the name and type of the object as a string.
(Inherited from Component.) | |
TypeSettingsIsPublic |
Checks whether the object provided as a type is public.
(Inherited from Component.) | |
TypeSettingsIsPublicMember |
Checks whether the member is set up as public.
(Inherited from Component.) |
Name | Description | |
---|---|---|
AddedToParent |
Occurs when a component is added to the parent.
(Inherited from Component.) | |
AllScenes_GetRenderSceneData | ||
BackgroundColorAffectLightingChanged | Occurs when the BackgroundColorAffectLighting property value changes. | |
BackgroundColorChanged | Occurs when the BackgroundColor property value changes. | |
BackgroundSoundChanged | Occurs when the BackgroundSound property value changes. | |
BackgroundSoundVolumeInEditorChanged | Occurs when the BackgroundSoundVolumeInEditor property value changes. | |
BackgroundSoundVolumeInSimulationChanged | Occurs when the BackgroundSoundVolumeInSimulation property value changes. | |
CameraDefaultChanged | Occurs when the CameraDefault property value changes. | |
CameraEditor2DChanged | Occurs when the CameraEditor2D property value changes. | |
CameraEditorChanged | Occurs when the CameraEditor property value changes. | |
CloneEvent |
Occurs when object is cloned.
(Inherited from Component.) | |
CloneSupportChanged |
Occurs after changing value of CloneSupport property.
(Inherited from Component.) | |
ComponentAdded |
Occurs when a child component is added.
(Inherited from Component.) | |
ComponentRemoved |
Occurs when a child component is removed.
(Inherited from Component.) | |
ComponentsChanged |
Occurs when the set of children is changed.
(Inherited from Component.) | |
DisabledEvent |
Occurs when the object is disabled from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
(Inherited from Component.) | |
DisabledInSimulation |
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.) | |
DisplayAreasChanged | Occurs when the DisplayAreas property value changes. | |
DisplayCamerasChanged | Occurs when the DisplayCameras property value changes. | |
DisplayDecalsChanged | Occurs when the DisplayDecals property value changes. | |
DisplayDevelopmentDataInEditorChanged | Occurs when the DisplayDevelopmentDataInEditor property value changes. | |
DisplayDevelopmentDataInSimulationChanged | Occurs when the DisplayDevelopmentDataInSimulation property value changes. | |
DisplayInEditorChanged |
Occurs when value of DisplayInEditor property is changed.
(Inherited from Component.) | |
DisplayLabelsChanged | Occurs when the DisplayLabels property value changes. | |
DisplayLightsChanged | Occurs when the DisplayLights property value changes. | |
DisplayObjectInSpaceBoundsChanged | Occurs when the DisplayObjectInSpaceBounds property value changes. | |
DisplayPhysicalObjectsChanged | Occurs when the DisplayPhysicalObjects property value changes. | |
DisplayReflectionProbesChanged | Occurs when the DisplayReflectionProbes property value changes. | |
DisplaySceneOctreeChanged | Occurs when the DisplaySceneOctree property value changes. | |
DisplaySensorsChanged | Occurs when the DisplaySensors property value changes. | |
DisplaySoundSourcesChanged | Occurs when the DisplaySoundSources property value changes. | |
DisplayTextInfoChanged | Occurs when the DisplayTextInfo property value changes. | |
DisplayVolumesChanged | Occurs when the DisplayVolumes property value changes. | |
DisposeEvent |
Occurs when the object is disposed.
(Inherited from Component.) | |
EnabledChanged |
Occurs when the Enabled property value changes.
(Inherited from Component.) | |
EnabledEvent |
Occurs when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
(Inherited from Component.) | |
EnabledInHierarchyChanged |
Occurs when the EnabledInHierarchy property value changes.
(Inherited from Component.) | |
EnabledInSimulation |
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.) | |
FrustumCullingTestChanged | Occurs when the FrustumCullingTest property value changes. | |
GetDisplayDevelopmentDataInThisApplicationOverride | ||
GetObjectsInSpaceOverride | ||
GetRenderSceneData | ||
Gravity2DChanged | Occurs when the Gravity2D property value changes. | |
GravityChanged | Occurs when the Gravity property value changes. | |
LoadEvent |
Occurs during object loading.
(Inherited from Component.) | |
MaxBodiesChanged | Occurs when the PhysicsMaxBodies property value changes. | |
MeshInSpaceStaticModeSectorSizeChanged | Occurs when the MeshInSpaceStaticModeSectorSize property value changes. | |
MetadataGetMemberBySignatureEvent |
Occurs when the object metadata member is received by name.
(Inherited from Component.) | |
MetadataGetMembersEvent |
Occurs upon receipt of the object's metadata members.
(Inherited from Component.) | |
MetadataGetMembersFilterEvent |
Occurs when filtering receive members of the object metadata.
(Inherited from Component.) | |
ModeChanged | ||
NameChanged |
Occurs when component name is changed.
(Inherited from Component.) | |
NetworkModeChanged | Occurs when the NetworkMode property value changes. (Inherited from Component.) | |
OctreeBoundsRebuildExpandChanged | Occurs when the OctreeBoundsRebuildExpand property value changes. | |
OctreeEnabledChanged | Occurs when the OctreeEnabled property value changes. | |
OctreeMaxNodeCountChanged | Occurs when the OctreeMaxNodeCount property value changes. | |
OctreeMinNodeSizeChanged | Occurs when the OctreeMinNodeSize property value changes. | |
OctreeObjectCountOutsideOctreeToRebuldChanged | Occurs when the OctreeObjectCountOutsideOctreeToRebuld property value changes. | |
OctreeObjectCountToCreateChildNodesChanged | Occurs when the OctreeObjectCountToCreateChildNodes property value changes. | |
OctreeThreadingModeChanged | Occurs when the OctreeThreadingMode property value changes. | |
Physics2DSimulationStepAfter | ||
PhysicsAdvancedSettingsChanged | Occurs when the PhysicsAdvancedSettings property value changes. | |
PhysicsAllowSleepingChanged | Occurs when the PhysicsAllowSleeping property value changes. | |
PhysicsBaumgarteChanged | Occurs when the PhysicsBaumgarte property value changes. | |
PhysicsBodyPairCacheCosMaxDeltaRotationDiv2Changed | Occurs when the PhysicsBodyPairCacheCosMaxDeltaRotationDiv2 property value changes. | |
PhysicsBodyPairCacheMaxDeltaPositionChanged | Occurs when the PhysicsBodyPairCacheMaxDeltaPosition property value changes. | |
PhysicsCheckActiveEdgesChanged | Occurs when the PhysicsCheckActiveEdges property value changes. | |
PhysicsCollisionStepsChanged | Occurs when the PhysicsCollisionSteps property value changes. | |
PhysicsConstraintWarmStartChanged | Occurs when the PhysicsConstraintWarmStart property value changes. | |
PhysicsContactNormalCosMaxDeltaRotationChanged | Occurs when the PhysicsContactNormalCosMaxDeltaRotation property value changes. | |
PhysicsContactPointPreserveLambdaMaxDistChanged | Occurs when the PhysicsContactPointPreserveLambdaMaxDist property value changes. | |
PhysicsDefaultConvexRadiusChanged | Occurs when the PhysicsDefaultConvexRadius property value changes. | |
PhysicsLinearCastMaxPenetrationChanged | Occurs when the PhysicsLinearCastMaxPenetration property value changes. | |
PhysicsLinearCastThresholdChanged | Occurs when the PhysicsLinearCastThreshold property value changes. | |
PhysicsManifoldToleranceChanged | Occurs when the PhysicsManifoldTolerance property value changes. | |
PhysicsMaxBodyPairsChanged | Occurs when the PhysicsMaxBodyPairs property value changes. | |
PhysicsMaxContactConstraintsChanged | Occurs when the PhysicsMaxContactConstraints property value changes. | |
PhysicsMaxInFlightBodyPairsChanged | Occurs when the PhysicsMaxInFlightBodyPairs property value changes. | |
PhysicsMaxPenetrationDistanceChanged | Occurs when the PhysicsMaxPenetrationDistance property value changes. | |
PhysicsMinVelocityForRestitutionChanged | Occurs when the PhysicsMinVelocityForRestitution property value changes. | |
PhysicsNumPositionStepsChanged | Occurs when the PhysicsNumPositionSteps property value changes. | |
PhysicsNumVelocityStepsChanged | Occurs when the PhysicsNumVelocitySteps property value changes. | |
PhysicsPenetrationSlopChanged | Occurs when the PhysicsPenetrationSlop property value changes. | |
PhysicsPointVelocitySleepThresholdChanged | Occurs when the PhysicsPointVelocitySleepThreshold property value changes. | |
PhysicsSimulationStepAfter | ||
PhysicsSpeculativeContactDistanceChanged | Occurs when the PhysicsSpeculativeContactDistance property value changes. | |
PhysicsStepListenerBatchesPerJobChanged | Occurs when the PhysicsStepListenerBatchesPerJob property value changes. | |
PhysicsStepListenersBatchSizeChanged | Occurs when the PhysicsStepListenersBatchSize property value changes. | |
PhysicsTimeBeforeSleepChanged | Occurs when the PhysicsTimeBeforeSleep property value changes. | |
PhysicsUseBodyPairContactCacheChanged | Occurs when the PhysicsUseBodyPairContactCache property value changes. | |
PhysicsUseManifoldReductionChanged | Occurs when the PhysicsUseManifoldReduction property value changes. | |
PrecipitationFallenChanged | Occurs when the PrecipitationFallen property value changes. | |
PrecipitationFallingChanged | Occurs when the PrecipitationFalling property value changes. | |
PreloadResourcesEvent |
Occurs when preloading the resources used by the object.
(Inherited from Component.) | |
ReceiveNetworkMessageFromClient | (Inherited from Component.) | |
ReceiveNetworkMessageFromServer | (Inherited from Component.) | |
RemovedFromParent |
Occurs when a component is removed from the parent.
(Inherited from Component.) | |
RenderAfterSetCommonUniforms | ||
RenderEvent | ||
RenderingPipelineChanged | Occurs when the RenderingPipeline property value changes. | |
SaveEvent |
Occurs during object saving.
(Inherited from Component.) | |
SaveSupportChanged |
Occurs after changing value of SaveSupport property.
(Inherited from Component.) | |
ScreenLabelChanged | Occurs when the ScreenLabel property value changes. (Inherited from Component.) | |
ScreenOrientationChanged | Occurs when the ScreenOrientation property value changes. | |
SimulationStep |
Occurs during the simulation step.
(Inherited from Component.) | |
SimulationStepClient |
Occurs during the simulation step.
(Inherited from Component.) | |
SoundAttenuationFarChanged | Occurs when the SoundAttenuationFar property value changes. | |
SoundAttenuationNearChanged | Occurs when the SoundAttenuationNear property value changes. | |
SoundRolloffFactorChanged | Occurs when the SoundRolloffFactor property value changes. | |
TemperatureChanged | Occurs when the Temperature property value changes. | |
TimeOfDayChanged | Occurs when the TimeOfDay property value changes. | |
UIScreenChanged | Occurs when the UIScreen property value changes. | |
UpdateEvent |
Occurs during the update process of all objects.
(Inherited from Component.) | |
ViewportUpdateBefore | ||
ViewportUpdateBegin | ||
ViewportUpdateCameraSettingsReady | ||
ViewportUpdateEnd | ||
ViewportUpdateGetCameraSettings | ||
WindDirectionChanged | Occurs when the WindDirection property value changes. | |
WindSpeedChanged | Occurs when the WindSpeed property value changes. |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |