LinePointer.LineRenderers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current line renderers that this pointer is utilizing.
public:
property cli::array <Microsoft::MixedReality::Toolkit::Utilities::BaseMixedRealityLineRenderer ^> ^ LineRenderers { cli::array <Microsoft::MixedReality::Toolkit::Utilities::BaseMixedRealityLineRenderer ^> ^ get(); };
public Microsoft.MixedReality.Toolkit.Utilities.BaseMixedRealityLineRenderer[] LineRenderers { get; }
member this.LineRenderers : Microsoft.MixedReality.Toolkit.Utilities.BaseMixedRealityLineRenderer[]
Public ReadOnly Property LineRenderers As BaseMixedRealityLineRenderer()
Property Value
Remarks
If no line renderers are specified, this array will be auto-populated on startup.