C# Class MMD.VMDInspector

Inheritance: UnityEditor.Editor
ファイルを表示 Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
createAnimationFile bool
interpolationQuality int
pmdPrefab UnityEngine.GameObject

Public Methods

Method Description
OnInspectorGUI ( ) : void

Inspector上のGUI描画処理を行います

setup ( ) : void

選択されているオブジェクトがVMDファイルかチェックします

Method Details

OnInspectorGUI() public method

Inspector上のGUI描画処理を行います
public OnInspectorGUI ( ) : void
return void

setup() public method

選択されているオブジェクトがVMDファイルかチェックします
public setup ( ) : void
return void

Property Details

createAnimationFile public_oe property

public bool createAnimationFile
return bool

interpolationQuality public_oe property

public int interpolationQuality
return int

pmdPrefab public_oe property

public GameObject,UnityEngine pmdPrefab
return UnityEngine.GameObject