C# Class ScriptRuntime.AssetPath

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

Public Properties

Property Type Description
assetPath string
resType int

Public Methods

Method Description
AssetPath ( ) : System
AssetPath ( string path, ResType type ) : System

Method Details

AssetPath() public method

public AssetPath ( ) : System
return System

AssetPath() public method

public AssetPath ( string path, ResType type ) : System
path string
type ResType
return System

Property Details

assetPath public_oe property

public string assetPath
return string

resType public_oe property

public int resType
return int