C# Class FollowCam, S_Shooter01

Inheritance: MonoBehaviour
显示文件 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_oe property

public float dampRotate
return float

dist public_oe property

public float dist
return float

height public_oe property

public float height
return float

target public_oe property

public Transform target
return Transform