C# Class CarCamera, Excite-Bike3D

Inheritance: MonoBehaviour
Mostrar archivo Open project: ManojkumarMuralidharan/Excite-Bike3D Class Usage Examples

Public Properties

Property Type Description
distance float
height float
ignoreLayers LayerMask
positionDamping float
target Transform
velocityDamping float

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

distance public_oe property

public float distance
return float

height public_oe property

public float height
return float

ignoreLayers public_oe property

public LayerMask ignoreLayers
return LayerMask

positionDamping public_oe property

public float positionDamping
return float

target public_oe property

public Transform target
return Transform

velocityDamping public_oe property

public float velocityDamping
return float