C# Class VJAudioSourceModifier, fuze-vj-kit

Inheritance: VJBaseModifier
显示文件 Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
propertyToModify AudioSourcePropertyType

Public Methods

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

Method Details

ModifyProperty() public method

public ModifyProperty ( AudioSourcePropertyType pt, float value ) : void
pt AudioSourcePropertyType
value float
return void

VJPerformAction() public method

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

Property Details

propertyToModify public_oe property

public AudioSourcePropertyType propertyToModify
return AudioSourcePropertyType