API Referenceglobal
public sealed struct Sandbox.MapLoader.ObjectEntry
Holds key values for the map object
Methods
Showing 3 methods
public T GetResource(string key, T defaultValue = null)
Parameters
defaultValue: Default: null
public string GetString(string key, string defaultValue = null)
Parameters
defaultValue: Default: null
public T GetValue(string key, T defaultValue = null)
Parameters
defaultValue: Default: null
No results match this filter.
Properties
Showing 10 properties
public Angles Sandbox.MapLoader.ObjectEntry.Angles { get; set; }
public string Sandbox.MapLoader.ObjectEntry.ParentName { get; set; }
public Vector3 Sandbox.MapLoader.ObjectEntry.Position { get; set; }
public Rotation Sandbox.MapLoader.ObjectEntry.Rotation { get; set; }
public Vector3 Sandbox.MapLoader.ObjectEntry.Scales { get; set; }
public Sandbox.ITagSet Sandbox.MapLoader.ObjectEntry.Tags { get; set; }
public string Sandbox.MapLoader.ObjectEntry.TargetName { get; set; }
public Transform Sandbox.MapLoader.ObjectEntry.Transform { get; set; }
public string Sandbox.MapLoader.ObjectEntry.TypeName { get; set; }
public Vector3 Sandbox.MapLoader.ObjectEntry.WorldOrigin { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MapLoader.ObjectEntry |