C# Class ScriptRuntime.AssetPath

资源路径,这个类型可反射到编辑器脚本反射面板
Afficher le fichier Open project: Genesis-3D/Genesis-3D

Méthodes publiques

Свойство Type Description
assetPath string
resType int

Méthodes publiques

Méthode Description
AssetPath ( ) : System
AssetPath ( string path, ResType type ) : System

Method Details

AssetPath() public méthode

public AssetPath ( ) : System
Résultat System

AssetPath() public méthode

public AssetPath ( string path, ResType type ) : System
path string
type ResType
Résultat System

Property Details

assetPath public_oe property

public string assetPath
Résultat string

resType public_oe property

public int resType
Résultat int