struct MapLoader.ObjectEntry
Holds key values for the map object
public Type GetType( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string GetString( string key, string defaultValue = null )
😔 No documentation found.
public T GetResource( string key, T defaultValue = null )
😔 No documentation found.
public T GetValue( string key, T defaultValue = null )
😔 No documentation found.
public ITagSet Tags { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Vector3 WorldOrigin { get; set; }
😔 No documentation found.
public Vector3 Scales { get; set; }
😔 No documentation found.
public Rotation Rotation { get; set; }
😔 No documentation found.
public Angles Angles { get; set; }
😔 No documentation found.
public Vector3 Position { get; set; }
😔 No documentation found.
public string ParentName { get; set; }
😔 No documentation found.
public string TargetName { get; set; }
😔 No documentation found.
public Transform Transform { get; set; }
😔 No documentation found.
public string TypeName { get; set; }
😔 No documentation found.