C# Class VJCameraBackgroundColorLerpModifier, fuze-vj-kit

Inheritance: VJBaseModifier
ファイルを表示 Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
from Color
to Color

Public Methods

Method Description
VJPerformAction ( GameObject go, float value ) : void

Method Details

VJPerformAction() public method

public VJPerformAction ( GameObject go, float value ) : void
go GameObject
value float
return void

Property Details

from public_oe property

public Color from
return Color

to public_oe property

public Color to
return Color