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

Show 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 property

public float destWeight
return float

duration public property

public float duration
return float

srcWeight public property

public float srcWeight
return float

target public property

public CameraCtrl, target
return CameraCtrl,

timer public property

public float timer
return float