Assembly: Sandbox.Game.dll

public class MyAreaTriggerComponent: MyTriggerComponent, IMyComponentBase, IMyEntityComponentBase

Fields

Member Description
EntityEntered
PlayerEntered

Events

Member Description
static OnAfterAddedToContainer Inherited from MyEntityComponentBase
BeforeRemovedFromContainer Inherited from IMyEntityComponentBase
BeforeRemovedFromContainer Inherited from MyEntityComponentBase

Properties

Member Description
Name
Radius
SizeX
SizeY
SizeZ
AttachSyncToEntity Inherited from MyEntityComponentBase
Center Trigger BB center position.

Inherited from MyTriggerComponent
ComponentTypeDebugString Inherited from IMyEntityComponentBase
ComponentTypeDebugString Inherited from MyTriggerComponent
ComponentTypeDebugString Name of the base component type for debug purposes (e.g.: "Position")

Inherited from MyEntityComponentBase
Container Inherited from IMyEntityComponentBase
Container Inherited from MyEntityComponentBase
ContainerBase Inherited from IMyComponentBase
ContainerBase This cannot be named Container to not conflict with the definition of Container in MyEntityComponentBase.

Inherited from MyComponentBase
CustomDebugColor Inherited from MyTriggerComponent
Enabled Inherited from MyTriggerComponent
Entity Inherited from IMyEntityComponentBase
Entity Inherited from MyEntityComponentBase
FailedOnSceneAdd Inherited from MyComponentBase
OBB Inherited from MyTriggerComponent
RemoveExistingComponentOnNewInsert Inherited from IMyComponentBase
RemoveExistingComponentOnNewInsert Inherited from MyComponentBase
TriggerAreaType Inherited from MyTriggerComponent
UpdateFrequency Inherited from MyTriggerComponent

Constructors

Member Description
MyAreaTriggerComponent()
MyAreaTriggerComponent(string)
MyTriggerComponent(TriggerType, uint) Inherited from MyTriggerComponent
MyTriggerComponent() Inherited from MyTriggerComponent

Methods

Member Description
DebugDraw()
Deserialize(MyObjectBuilder_ComponentBase)
IsSerialized()
Serialize(bool)
Contains(Vector3D) Inherited from MyTriggerComponent
DebugDraw() Inherited from MyTriggerComponent
Deserialize(MyObjectBuilder_ComponentBase) Inherited from IMyComponentBase
Deserialize(MyObjectBuilder_ComponentBase) Inherited from MyTriggerComponent
Deserialize(MyObjectBuilder_ComponentBase) Inherited from MyComponentBase
Dispose() Override for custom trigger disposal before removing.

Inherited from MyTriggerComponent
GetAs() Inherited from IMyComponentBase
GetAs() Inherited from MyComponentBase
Init(MyComponentDefinitionBase) Inherited from IMyComponentBase
Init(MyComponentDefinitionBase) Inherited from MyComponentBase
IsSerialized() Inherited from IMyComponentBase
IsSerialized() Inherited from MyTriggerComponent
IsSerialized() Tells the component container serializer whether this component should be saved

Inherited from MyComponentBase
OnAddedToContainer() Inherited from IMyComponentBase
OnAddedToContainer() Inherited from MyTriggerComponent
OnAddedToContainer() Inherited from MyEntityComponentBase
OnAddedToContainer() Gets called after the container of this component changes

Inherited from MyComponentBase
OnAddedToScene() Inherited from IMyComponentBase
OnAddedToScene() Inherited from MyTriggerComponent
OnAddedToScene() CH: TOOD: Be careful! This does not get called if the component is added to a container that is in the scene already!

Inherited from MyComponentBase
OnBeforeRemovedFromContainer() Inherited from IMyComponentBase
OnBeforeRemovedFromContainer() Inherited from MyTriggerComponent
OnBeforeRemovedFromContainer() Inherited from MyEntityComponentBase
OnBeforeRemovedFromContainer() Gets called before the removal of this component from a container

Inherited from MyComponentBase
OnRemovedFromScene() Inherited from IMyComponentBase
OnRemovedFromScene() Inherited from MyTriggerComponent
OnRemovedFromScene() CH: TOOD: Be careful! This does not get called if the component is removed from a container that is still in the scene!

Inherited from MyComponentBase
Serialize(bool) Inherited from IMyComponentBase
Serialize(bool) Inherited from MyTriggerComponent
Serialize(bool) Inherited from MyComponentBase
SetContainer(IMyComponentContainer) Inherited from IMyComponentBase
SetContainer(IMyComponentContainer) Sets the container of this component. Note that the component is not added to the container here! Therefore, use MyComponentContainer.Add(...) method and it will in turn call this method. Actually, you should seldom have the need to call this method yourself.

Inherited from MyComponentBase
Update() Inherited from MyTriggerComponent

Inheritance: MyComponentBase ˃ MyEntityComponentBase ˃ MyTriggerComponent

Implements: