C# Class Floating, Lucid-VR

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public int maxVal
return int

minVal public_oe property

public int minVal
return int

playerName public_oe property

public string playerName
return string

speed public_oe property

public float speed
return float