C# Class scaler, ShadowRealmVR

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

Public Properties

Property Type Description
beam GameObject
ps GameObject
speed float
startingscale Vector3

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

beam public property

public GameObject beam
return GameObject

ps public property

public GameObject ps
return GameObject

speed public property

public float speed
return float

startingscale public property

public Vector3 startingscale
return Vector3