Class SpecialFileNames
Inheritance
System.Object
SpecialFileNames
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()
Assembly: AssetRipper.IO.Files.dll
Syntax
public static class SpecialFileNames
Fields
|
Improve this Doc
View Source
AssemblyExtension
Declaration
public const string AssemblyExtension = ".dll"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string BuiltinExtraName1 = "unity builtin extra"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string BuiltinExtraName2 = "unity_builtin_extra"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultResourceName1
Declaration
public const string DefaultResourceName1 = "unity default resources"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultResourceName2
Declaration
public const string DefaultResourceName2 = "unity_default_resources"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EditorResourceName
Declaration
public const string EditorResourceName = "unity editor resources"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EngineGeneratedF
Declaration
public const string EngineGeneratedF = "0000000000000000f000000000000000"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LibraryFolder
Declaration
public const string LibraryFolder = "library/"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResourcesFolder
Declaration
public const string ResourcesFolder = "resources/"
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
AddAssemblyFileExtension(String)
Declaration
public static string AddAssemblyFileExtension(string assembly)
Parameters
Type |
Name |
Description |
System.String |
assembly |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FixAssemblyName(String)
Remove .dll extension from the assembly name and add the "Assembly - " prefix if appropriate.
Declaration
public static string FixAssemblyName(string assembly)
Parameters
Type |
Name |
Description |
System.String |
assembly |
An assembly name.
|
Returns
Type |
Description |
System.String |
A new string if changed, otherwise the original string.
|
|
Improve this Doc
View Source
FixDependencyName(String)
Declaration
public static string FixDependencyName(string dependency)
Parameters
Type |
Name |
Description |
System.String |
dependency |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FixFileIdentifier(String)
Declaration
public static string FixFileIdentifier(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FixResourcePath(String)
Declaration
public static string FixResourcePath(string resourcePath)
Parameters
Type |
Name |
Description |
System.String |
resourcePath |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static bool IsBuiltinExtra(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDefaultResource(String)
Declaration
public static bool IsDefaultResource(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsDefaultResourceOrBuiltinExtra(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEditorResource(String)
Declaration
public static bool IsEditorResource(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEngineGeneratedF(String)
Declaration
public static bool IsEngineGeneratedF(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEngineResource(String)
Declaration
public static bool IsEngineResource(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsProjectAssembly(String)
Declaration
public static bool IsProjectAssembly(string assembly)
Parameters
Type |
Name |
Description |
System.String |
assembly |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemoveAssemblyFileExtension(String)
Remove .dll extension from the assembly name.
Declaration
public static string RemoveAssemblyFileExtension(string assembly)
Parameters
Type |
Name |
Description |
System.String |
assembly |
An assembly name.
|
Returns
Type |
Description |
System.String |
A new string if changed, otherwise the original string.
|