API reference
API reference
Select your platform
No SDKs available
No versions available

RoundedBoxProperties Class

Extends MonoBehaviour

Properties

BorderColor : Color
[Get][Set]
Signature
Color Oculus.Interaction.RoundedBoxProperties.BorderColor
BorderInnerRadius : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.BorderInnerRadius
BorderOuterRadius : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.BorderOuterRadius
Color : Color
[Get][Set]
Signature
Color Oculus.Interaction.RoundedBoxProperties.Color
Height : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.Height
RadiusBottomLeft : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.RadiusBottomLeft
RadiusBottomRight : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.RadiusBottomRight
RadiusTopLeft : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.RadiusTopLeft
RadiusTopRight : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.RadiusTopRight
Width : float
[Get][Set]
Signature
float Oculus.Interaction.RoundedBoxProperties.Width

Protected Methods

Awake ()
Signature
virtual void Oculus.Interaction.RoundedBoxProperties.Awake()
Returns
void
OnValidate ()
Signature
virtual void Oculus.Interaction.RoundedBoxProperties.OnValidate()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.RoundedBoxProperties.Start()
Returns
void