C# Class MMD.InspectorConfig

Inheritance: ConfigBase
Show file Open project: hecomi/StereoAR-for-Unity Class Usage Examples

Public Properties

Property Type Description
use_pmd_preload bool
use_vmd_preload bool

Public Methods

Method Description
InspectorConfig ( ) : System
OnGUI ( ) : void

Method Details

InspectorConfig() public method

public InspectorConfig ( ) : System
return System

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

use_pmd_preload public property

public bool use_pmd_preload
return bool

use_vmd_preload public property

public bool use_vmd_preload
return bool