Class ParabolaLineDataProvider
Base Parabola line data provider.
Inheritance
ParabolaLineDataProvider
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public abstract class ParabolaLineDataProvider : BaseMixedRealityLineDataProvider
Properties
StartPoint
The Starting point of this line.
Declaration
public MixedRealityPose StartPoint { get; }
Property Value
Type | Description |
---|---|
MixedRealityPose |
Remarks
Always located at this GameObject's Transform.position
Methods
GetUnClampedWorldLengthInternal()
Get the UnClamped world length of the line
Declaration
protected override float GetUnClampedWorldLengthInternal()
Returns
Type | Description |
---|---|
Single |
Overrides
GetUpVectorInternal(Single)
Gets the up vector at a normalized length along line (used for rotation)
Declaration
protected override Vector3 GetUpVectorInternal(float normalizedLength)
Parameters
Type | Name | Description |
---|---|---|
Single | normalizedLength |
Returns
Type | Description |
---|---|
Vector3 |