Interface IComponent
Interface to be implemented by component types to be accessed by functionality in Fusee.Xene.
Namespace: Fusee.Xene
Assembly: Fusee.Xene.dll
Syntax
public interface IComponent
Properties
Active
If set to false, the SceneRenderer will ignore this component.
Declaration
bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |