C# Class Mod, Unity-CSharp-Mod

Inheritance: Script
Exibir arquivo Open project: LittleCodingFox/Unity-CSharp-Mod Class Usage Examples

Public Properties

Property Type Description
Dependencies List
Description string
JSONSource string
Moddables Type>.Dictionary
Name string
Path string
ScriptAssembly Assembly,
Type string

Public Methods

Method Description
Init ( ) : bool

Method Details

Init() public method

public Init ( ) : bool
return bool

Property Details

Dependencies public_oe property

public List Dependencies
return List

Description public_oe property

public string Description
return string

JSONSource public_oe property

public string JSONSource
return string

Moddables public_oe property

public Dictionary Moddables
return Type>.Dictionary

Name public_oe property

public string Name
return string

Path public_oe property

public string Path
return string

ScriptAssembly public_oe property

public Assembly, ScriptAssembly
return Assembly,

Type public_oe property

public string Type
return string