C# Class VJMaterialPropertyModifier2, fuze-vj-kit

Inheritance: VJBaseModifier
Mostrar archivo Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Properties

Property Type Description
propertyName string
propertyToModify MaterialPropertyType

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

propertyName public_oe property

public string propertyName
return string

propertyToModify public_oe property

public MaterialPropertyType propertyToModify
return MaterialPropertyType