Class Marker
Namespace: Unity.MARS.Companion.Core
Syntax
[Serializable]
public class Marker : IFormatVersion
Constructors
Marker()
Declaration
public Marker()
Marker(String)
Declaration
public Marker(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Properties
hotspots
Declaration
public List<HotspotContainer> hotspots { get; set; }
Property Value
Type | Description |
---|---|
List<HotspotContainer> |
name
Declaration
public string name { get; }
Property Value
Type | Description |
---|---|
String |
Methods
CheckFormatVersion()
Declaration
public void CheckFormatVersion()
Implements
Unity.RuntimeSceneSerialization.IFormatVersion.CheckFormatVersion()