Class MyWaypoint
Inherited Members
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
[MyEntityType]
public class MyWaypoint : MyEntity, IMyEntity, IMyEntity, IMyEventProxy, IMyEventOwner
Constructors
MyWaypoint()
Declaration
public MyWaypoint()
Properties
Freeze
Declaration
public bool Freeze { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Path
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetObjectBuilder(Boolean)
Declaration
public override MyObjectBuilder_EntityBase GetObjectBuilder(bool copy = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | copy |
Returns
Type | Description |
---|---|
MyObjectBuilder_EntityBase |
Overrides
Init(MyObjectBuilder_EntityBase)
Declaration
public override void Init(MyObjectBuilder_EntityBase objectBuilder)
Parameters
Type | Name | Description |
---|---|---|
MyObjectBuilder_EntityBase | objectBuilder |