C# Class MMD4MFaceController, unity-mmd4mface

Inheritance: MonoBehaviour
Mostra file Open project: udasan/unity-mmd4mface Class Usage Examples

Public Properties

Property Type Description
defaultFaceName string
defaultMorphSpeed float
defaultOverrideWeight bool

Public Methods

Method Description
Awake ( ) : void
GetMorphHelper ( string morphName ) : MMD4MecanimMorphHelper
HasFace ( MMD4MFace, face ) : bool
HasFace ( string faceName ) : bool
IsFace ( MMD4MFace, face ) : bool
IsFace ( string faceName ) : bool
OnDisable ( ) : void
ResetFace ( ) : void
SetFace ( MMD4MFace, face ) : void
SetFace ( string faceName ) : void
Start ( ) : void
Update ( ) : void
this ( string faceName ) : MMD4MFace,

Method Details

Awake() public method

public Awake ( ) : void
return void

GetMorphHelper() public method

public GetMorphHelper ( string morphName ) : MMD4MecanimMorphHelper
morphName string
return MMD4MecanimMorphHelper

HasFace() public method

public HasFace ( MMD4MFace, face ) : bool
face MMD4MFace,
return bool

HasFace() public method

public HasFace ( string faceName ) : bool
faceName string
return bool

IsFace() public method

public IsFace ( MMD4MFace, face ) : bool
face MMD4MFace,
return bool

IsFace() public method

public IsFace ( string faceName ) : bool
faceName string
return bool

OnDisable() public method

public OnDisable ( ) : void
return void

ResetFace() public method

public ResetFace ( ) : void
return void

SetFace() public method

public SetFace ( MMD4MFace, face ) : void
face MMD4MFace,
return void

SetFace() public method

public SetFace ( string faceName ) : void
faceName string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

this() public method

public this ( string faceName ) : MMD4MFace,
faceName string
return MMD4MFace,

Property Details

defaultFaceName public_oe property

public string defaultFaceName
return string

defaultMorphSpeed public_oe property

public float defaultMorphSpeed
return float

defaultOverrideWeight public_oe property

public bool defaultOverrideWeight
return bool