Struct SceneHeader
The header of a scene.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public struct SceneHeader
Fields
CreatedBy
The user who created this scene.
Declaration
public string CreatedBy
Field Value
Type | Description |
---|---|
System.String |
CreationDate
The creation date of this scene.
Declaration
public string CreationDate
Field Value
Type | Description |
---|---|
System.String |
Generator
The generator used to create this scene.
Declaration
public string Generator
Field Value
Type | Description |
---|---|
System.String |