C# Class MMD.DefaultPMDImportConfig

Inheritance: ConfigBase
ファイルを表示 Open project: hecomi/StereoAR-for-Unity Class Usage Examples

Public Properties

Property Type Description
rigidFlag bool
shader_type ShaderType
use_ik bool
use_mecanim bool

Public Methods

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

Method Details

DefaultPMDImportConfig() public method

public DefaultPMDImportConfig ( ) : System
return System

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

rigidFlag public_oe property

public bool rigidFlag
return bool

shader_type public_oe property

public ShaderType shader_type
return ShaderType

use_ik public_oe property

public bool use_ik
return bool

use_mecanim public_oe property

public bool use_mecanim
return bool