C# Class Beam, ShadowRealmVR

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

public float beamExtendSpeed
return float

beamRotationSpeed public_oe property

public float beamRotationSpeed
return float

distanceToHitPoint public_oe property

public float distanceToHitPoint
return float

zScaleFactor public_oe property

public float zScaleFactor
return float