Class ScreenTextureComponent
Inheritance
System.Object
ScreenTextureComponent
Implements
System.IDisposable
Inherited Members
Namespace: Aximo.Engine.Components.Geometry
Assembly: AxEngine.dll
Syntax
public class ScreenTextureComponent : StaticMeshComponent, IDisposable
Constructors
| Improve this Doc View SourceScreenTextureComponent()
Declaration
public ScreenTextureComponent()
ScreenTextureComponent(String)
Declaration
public ScreenTextureComponent(string texturePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | texturePath |
Properties
| Improve this Doc View SourceCustomOrder
Declaration
public int CustomOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceOnAttached()
Declaration
protected override void OnAttached()
Overrides
Implements
System.IDisposable