Class Frame
- Namespace
- Alis.Core.Ecs.Component.Render
- Assembly
- Alis.dll
The frame class
public class Frame : IBuilder<FrameBuilder>
Inheritance
Implements
Inherited Members
Constructors
Frame()
Initializes a new instance of the Alis.Core.Ecs.Component.Render.Frame class
public Frame()
Frame(string)
Initializes a new instance of the Alis.Core.Ecs.Component.Render.Frame class
public Frame(string nameFile)
Parameters
nameFile
string-
The name file
Properties
FilePath
Gets or sets the value of the file path
public string FilePath { get; set; }
Property Value
NameFile
Gets or sets the value of the name file
[JsonPropertyName("_NameFile_")]
public string NameFile { get; set; }
Property Value
Methods
Builder()
Builders this instance
public FrameBuilder Builder()
Returns
- FrameBuilder
-
The frame builder