C# Class CameraMng.BlendState, ex-unity-old-deprecated

Mostra file Open project: exdev/ex-unity-old-deprecated

Public Properties

Property Type Description
destWeight float
duration float
srcWeight float
target CameraCtrl,
timer float

Public Methods

Method Description
BlendState ( CameraCtrl, _target, float _weight, float _duration ) : System.Collections
Step ( ) : bool

Method Details

BlendState() public method

public BlendState ( CameraCtrl, _target, float _weight, float _duration ) : System.Collections
_target CameraCtrl,
_weight float
_duration float
return System.Collections

Step() public method

public Step ( ) : bool
return bool

Property Details

destWeight public_oe property

public float destWeight
return float

duration public_oe property

public float duration
return float

srcWeight public_oe property

public float srcWeight
return float

target public_oe property

public CameraCtrl, target
return CameraCtrl,

timer public_oe property

public float timer
return float