Click or drag to resize

Terrain Events

The Terrain type exposes the following members.

Events
 NameDescription
Public eventAddedToParent Occurs when a component is added to the parent.
(Inherited from Component)
Public eventCastShadowsChangedOccurs when the CastShadows 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 eventCollisionChangedOccurs when the Collision property value changes.
Public eventCollisionFrictionChangedOccurs when the CollisionFriction property value changes.
Public eventCollisionMaterialChangedOccurs when the CollisionMaterial property value changes.
Public eventCollisionRestitutionChangedOccurs when the CollisionRestitution property value changes.
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 eventDebugDrawSurfaceObjectsBoundsChangedOccurs when the DebugDrawSurfaceObjectsBounds 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 eventGetHeightWithoutPositionOverride 
Public eventHeightmapSizeChangedOccurs when the HeightmapSize property value changes.
Public eventHolesChanged 
Public eventHolesEnabledChangedOccurs when the HolesEnabled property value changes.
Public eventHorizontalSizeChangedOccurs when the HorizontalSize property value changes.
Public eventLoadEvent Occurs during object loading.
(Inherited from Component)
Public eventLODCountChangedOccurs when the LODCount property value changes.
Public eventLODDistanceChangedOccurs when the LODDistance property value changes.
Public eventLODEnabledChangedOccurs when the LODEnabled property value changes.
Public eventMaterialChangedOccurs when the Material property value changes.
Public eventMaterialColorChangedOccurs when the MaterialColor property value changes.
Public eventMaterialUV0ChangedOccurs when the MaterialUV0 property value changes.
Public eventMaterialUV1ChangedOccurs when the MaterialUV1 property value changes.
Public eventMaterialUVCurvatureFrequencyChangedOccurs when the MaterialUVCurvatureFrequency property value changes.
Public eventMaterialUVCurvatureIntensityChangedOccurs when the MaterialUVCurvatureIntensity 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 eventMotionBlurFactorChangedOccurs when the MotionBlurFactor property value changes.
Public eventNameChanged Occurs when component name is changed.
(Inherited from Component)
Public eventNetworkModeChangedOccurs when the NetworkMode property value changes.
(Inherited from Component)
Public eventOccluderChangedOccurs when the Occluder property value changes.
Public eventPaintMaskSizeChangedOccurs when the PaintMaskSize property value changes.
Public eventPositionChangedOccurs when the Position property value changes.
Public eventPrecalculateObjectsChangedOccurs when the PrecalculateObjects property value changes.
Public eventPreloadResourcesEvent Occurs when preloading the resources used by the object.
(Inherited from Component)
Public eventReceiveDecalsChangedOccurs when the ReceiveDecals 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 eventSaveEvent Occurs during object saving.
(Inherited from Component)
Public eventSaveSupportChanged Occurs after changing value of SaveSupport property.
(Inherited from Component)
Public eventScreenLabelChangedOccurs 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 eventSurfaceChangedOccurs when the Surface property value changes.
Public eventSurfaceObjectsCastShadowsChangedOccurs when the SurfaceObjectsCastShadows property value changes.
Public eventSurfaceObjectsChangedOccurs when the SurfaceObjects property value changes.
Public eventSurfaceObjectsCollisionChangedOccurs when the SurfaceObjectsCollision property value changes.
Public eventSurfaceObjectsColorChangedOccurs when the SurfaceObjectsColor property value changes.
Public eventSurfaceObjectsDistributionChangedOccurs when the SurfaceObjectsDistribution property value changes.
Public eventSurfaceObjectsScaleChangedOccurs when the SurfaceObjectsScale property value changes.
Public eventSurfaceObjectsVisibilityDistanceFactorChangedOccurs when the SurfaceObjectsVisibilityDistanceFactor property value changes.
Public eventTileSizeChangedOccurs when the TileSize property value changes.
Public eventUpdateEvent Occurs during the update process of all objects.
(Inherited from Component)
Public eventVisibleChangedOccurs when the Visible property value changes.
Top
See Also