Class Empty
Represents an empty game element.
Inherited Members
Namespace: Genesis.Core.GameElements
Assembly: Genesis.dll
Syntax
public class Empty : GameElement
Constructors
Empty()
Initializes a new instance of the Empty class.
Declaration
public Empty()
Empty(string, Vec3)
Initializes a new instance of the Empty class.
Declaration
public Empty(string name, Vec3 location)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the game element |
Vec3 | location | The location of the game element |