Show / Hide Table of Contents

Class FoundationConstants

Foundation Package constants.

Inheritance
System.Object
FoundationConstants
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Foundation.Editor
Assembly: cs.temp.dll.dll
Syntax
public static class FoundationConstants

Fields

EditorResourcesFolder

Location path for Editor-Only Resources folder

Declaration
public const string EditorResourcesFolder = "Assets/Settings/Editor/Resources"
Field Value
Type Description
System.String

RuntimeResourcesFolder

Location path for Runtime Resources folder (i.e. resources from this folder will be included in the build)

Declaration
public const string RuntimeResourcesFolder = "Assets/Settings/Runtime/Resources"
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX