Class TagManagerConstants
Inheritance
System.Object
TagManagerConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class TagManagerConstants
Fields
| Improve this Doc View SourceEditorOnlyTag
Declaration
public const string EditorOnlyTag = "EditorOnly"
Field Value
Type | Description |
---|---|
System.String |
FinishTag
Declaration
public const string FinishTag = "Finish"
Field Value
Type | Description |
---|---|
System.String |
GameControllerTag
Declaration
public const string GameControllerTag = "GameController"
Field Value
Type | Description |
---|---|
System.String |
MainCameraTag
Declaration
public const string MainCameraTag = "MainCamera"
Field Value
Type | Description |
---|---|
System.String |
PlayerTag
Declaration
public const string PlayerTag = "Player"
Field Value
Type | Description |
---|---|
System.String |
RespawnTag
Declaration
public const string RespawnTag = "Respawn"
Field Value
Type | Description |
---|---|
System.String |
UntaggedTag
Declaration
public const string UntaggedTag = "Untagged"
Field Value
Type | Description |
---|---|
System.String |