Show / Hide Table of Contents

Class RenderLayer

Controls for which layer this node is rendered

Inheritance
System.Object
SceneComponent
RenderLayer
Implements
IComponent
Inherited Members
SceneComponent.Name
SceneComponent.Active
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public class RenderLayer : SceneComponent, IComponent

Properties

Layer

Declaration
public RenderLayers Layer { get; set; }
Property Value
Type Description
RenderLayers

Implements

IComponent

See Also

SceneComponent
Generated by DocFX
GitHub Repo
Back to top