Class LineRenderer
An Renderer<T> that represents UnityEngine.LineRenderer.
Inheritance
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public class LineRenderer : Renderer<UnityEngine.LineRenderer>, INotifyPropertyChanged, IDynamicResourceHandler
Fields
| Improve this Doc View SourceAlignmentProperty
Backing store for the Alignment property.
Declaration
public static readonly BindableProperty AlignmentProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
ColorGradientProperty
Backing store for the ColorGradient property.
Declaration
public static readonly BindableProperty ColorGradientProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
EndColorProperty
Backing store for the EndColor property.
Declaration
public static readonly BindableProperty EndColorProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
EndWidthProperty
Backing store for the EndWidth property.
Declaration
public static readonly BindableProperty EndWidthProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
GenerateLightingDataProperty
Backing store for the GenerateLightingData property.
Declaration
public static readonly BindableProperty GenerateLightingDataProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
LoopProperty
Backing store for the Loop property.
Declaration
public static readonly BindableProperty LoopProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
NumCapVerticesProperty
Backing store for the NumCapVertices property.
Declaration
public static readonly BindableProperty NumCapVerticesProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
NumCornerVerticesProperty
Backing store for the NumCornerVertices property.
Declaration
public static readonly BindableProperty NumCornerVerticesProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
PositionCountProperty
Backing store for the PositionCount property.
Declaration
public static readonly BindableProperty PositionCountProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
ShadowBiasProperty
Backing store for the ShadowBias property.
Declaration
public static readonly BindableProperty ShadowBiasProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
StartColorProperty
Backing store for the StartColor property.
Declaration
public static readonly BindableProperty StartColorProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
StartWidthProperty
Backing store for the StartWidth property.
Declaration
public static readonly BindableProperty StartWidthProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
TextureModeProperty
Backing store for the TextureMode property.
Declaration
public static readonly BindableProperty TextureModeProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
UseWorldSpaceProperty
Backing store for the UseWorldSpace property.
Declaration
public static readonly BindableProperty UseWorldSpaceProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
WidthCurveProperty
Backing store for the WidthCurve property.
Declaration
public static readonly BindableProperty WidthCurveProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
WidthMultiplierProperty
Backing store for the WidthMultiplier property.
Declaration
public static readonly BindableProperty WidthMultiplierProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
| Improve this Doc View SourceAlignment
A property that represents UnityEngine.LineRenderer.alignment.
Declaration
public UnityEngine.LineAlignment Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.LineAlignment |
ColorGradient
A property that represents UnityEngine.LineRenderer.colorGradient.
Declaration
public UnityEngine.Gradient ColorGradient { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Gradient |
See Also
| Improve this Doc View SourceEndColor
A property that represents UnityEngine.LineRenderer.endColor.
Declaration
public UnityEngine.Color EndColor { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Color |
See Also
| Improve this Doc View SourceEndWidth
A property that represents UnityEngine.LineRenderer.endWidth.
Declaration
public float EndWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
GenerateLightingData
A property that represents UnityEngine.LineRenderer.generateLightingData.
Declaration
public bool GenerateLightingData { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Loop
A property that represents UnityEngine.LineRenderer.loop.
Declaration
public bool Loop { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
NumCapVertices
A property that represents UnityEngine.LineRenderer.numCapVertices.
Declaration
public int NumCapVertices { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
NumCornerVertices
A property that represents UnityEngine.LineRenderer.numCornerVertices.
Declaration
public int NumCornerVertices { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
PositionCount
A property that represents UnityEngine.LineRenderer.positionCount.
Declaration
public int PositionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
ShadowBias
A property that represents UnityEngine.LineRenderer.shadowBias.
Declaration
public float ShadowBias { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
StartColor
A property that represents UnityEngine.LineRenderer.startColor.
Declaration
public UnityEngine.Color StartColor { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Color |
See Also
| Improve this Doc View SourceStartWidth
A property that represents UnityEngine.LineRenderer.startWidth.
Declaration
public float StartWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
TextureMode
A property that represents UnityEngine.LineRenderer.textureMode.
Declaration
public UnityEngine.LineTextureMode TextureMode { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.LineTextureMode |
UseWorldSpace
A property that represents UnityEngine.LineRenderer.useWorldSpace.
Declaration
public bool UseWorldSpace { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
WidthCurve
A property that represents UnityEngine.LineRenderer.widthCurve.
Declaration
public UnityEngine.AnimationCurve WidthCurve { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.AnimationCurve |
WidthMultiplier
A property that represents UnityEngine.LineRenderer.widthMultiplier.
Declaration
public float WidthMultiplier { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Methods
| Improve this Doc View SourceAwakeInMainThread()
A methot that actually wakes the node up in the main thread.
Declaration
protected override void AwakeInMainThread()
Overrides
Remarks
The caller must call this method in the main thread after calling AddToInMainThread(UnityEngine.GameObject).