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