C# Class LineTest

Inheritance: MonoBehaviour
Mostra file Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Properties

Property Type Description
end GameObject
line GameObject
start GameObject
text GameObject

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

end public_oe property

public GameObject end
return GameObject

line public_oe property

public GameObject line
return GameObject

start public_oe property

public GameObject start
return GameObject

text public_oe property

public GameObject text
return GameObject