C# Class FollowCam, S_Shooter01

Inheritance: MonoBehaviour
Show file Open project: kwbt-mrokj/S_Shooter01 Class Usage Examples

Public Properties

Property Type Description
dampRotate float
dist float
height float
target Transform

Public Methods

Method Description
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dampRotate public property

public float dampRotate
return float

dist public property

public float dist
return float

height public property

public float height
return float

target public property

public Transform target
return Transform