C# Class Floating, Lucid-VR

Inheritance: MonoBehaviour
Show file Open project: UCSDVR/Lucid-VR Class Usage Examples

Public Properties

Property Type Description
maxVal int
minVal int
playerName string
speed float

Public Methods

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

Private Methods

Method Description
blobFloat ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxVal public property

public int maxVal
return int

minVal public property

public int minVal
return int

playerName public property

public string playerName
return string

speed public property

public float speed
return float