C# Class VJGravityModifier, fuze-vj-kit

Inheritance: VJBaseModifier
Show file Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
gravityDirection VJGravityDirection
normalValue Vector3
normalizeWhenDispabled bool

Public Methods

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

Private Methods

Method Description
_SetGravity ( float val ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

VJPerformAction() public method

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

Property Details

gravityDirection public property

public VJGravityDirection gravityDirection
return VJGravityDirection

normalValue public property

public Vector3 normalValue
return Vector3

normalizeWhenDispabled public property

public bool normalizeWhenDispabled
return bool