Show / Hide Table of Contents

Class EditorResources

Inheritance
Object
EditorResources
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental
Assembly: UnityEditor.dll
Syntax
[ExcludeFromDocs]
public class EditorResources

Properties

brushesPath

Declaration
public static string brushesPath { get; }
Property Value
Type Description
String

darkSkinIndex

Declaration
public static int darkSkinIndex { get; }
Property Value
Type Description
Int32

darkSkinSourcePath

Declaration
public static string darkSkinSourcePath { get; }
Property Value
Type Description
String
| Improve this Doc View Source

dataPath

Declaration
public static string dataPath { get; }
Property Value
Type Description
String

editorDefaultResourcesPath

Declaration
public static string editorDefaultResourcesPath { get; }
Property Value
Type Description
String

emptyFolderIconName

Declaration
public static string emptyFolderIconName { get; }
Property Value
Type Description
String

folderIconName

Declaration
public static string folderIconName { get; }
Property Value
Type Description
String

fontsPath

Declaration
public static string fontsPath { get; }
Property Value
Type Description
String

generatedIconsPath

Declaration
public static string generatedIconsPath { get; }
Property Value
Type Description
String

iconsPath

Declaration
public static string iconsPath { get; }
Property Value
Type Description
String

libraryBundlePath

Declaration
public static string libraryBundlePath { get; }
Property Value
Type Description
String

lightSkinSourcePath

Declaration
public static string lightSkinSourcePath { get; }
Property Value
Type Description
String

normalSkinIndex

Declaration
public static int normalSkinIndex { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Exists(String)

Declaration
public static bool Exists(string path)
Parameters
Type Name Description
String path
Returns
Type Description
Boolean
| Improve this Doc View Source

ExpandPath(String)

Declaration
public static string ExpandPath(string path)
Parameters
Type Name Description
String path
Returns
Type Description
String

GetAssetPath(Object)

Declaration
public static string GetAssetPath(Object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
String
| Improve this Doc View Source

GetFullPath(String)

Declaration
public static string GetFullPath(string path)
Parameters
Type Name Description
String path
Returns
Type Description
String

Load(String, Type)

Declaration
public static Object Load(string assetPath, Type type)
Parameters
Type Name Description
String assetPath
Type type
Returns
Type Description
Object
| Improve this Doc View Source

Load<T>(String, Boolean)

Declaration
public static T Load<T>(string assetPath, bool isRequired = true)
    where T : Object
Parameters
Type Name Description
String assetPath
Boolean isRequired
Returns
Type Description
T
Type Parameters
Name Description
T

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX