C# Class Beam, ShadowRealmVR

Inheritance: MonoBehaviour
Show file Open project: 9/ShadowRealmVR Class Usage Examples

Public Properties

Property Type Description
beamExtendSpeed float
beamRotationSpeed float
distanceToHitPoint float
zScaleFactor float

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Update() public method

public Update ( ) : void
return void

Property Details

beamExtendSpeed public property

public float beamExtendSpeed
return float

beamRotationSpeed public property

public float beamRotationSpeed
return float

distanceToHitPoint public property

public float distanceToHitPoint
return float

zScaleFactor public property

public float zScaleFactor
return float