Sandbox.Game.EntityComponents
MyGridTargeting
Assembly: Sandbox.Game.dll
public class MyGridTargeting: MyEntityComponentBase, IMyComponentBase, IMyEntityComponentBase
Fields
| Member | Description |
|---|---|
| static RaycastGridGroupVisibilityConnection | |
| AllowScanning |
Events
| Member | Description |
|---|---|
| static OnAfterAddedToContainer | Inherited from MyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from IMyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from MyEntityComponentBase |
Properties
| Member | Description |
|---|---|
| ComponentTypeDebugString | |
| ScanLock | |
| TargetBlocks | |
| AttachSyncToEntity | Inherited from MyEntityComponentBase |
| ComponentTypeDebugString | Inherited from IMyEntityComponentBase |
| 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 |
| Entity | Inherited from IMyEntityComponentBase |
| Entity | Inherited from MyEntityComponentBase |
| FailedOnSceneAdd | Inherited from MyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from IMyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from MyComponentBase |
Constructors
| Member | Description |
|---|---|
| MyGridTargeting() |
Methods
Inheritance: MyComponentBase ˃ MyEntityComponentBase
Implements: