RadiosityMaterial

Inherits from DataContainer

Summary

Constructors

RadiosityMaterial()
RadiosityMaterial(guid: Guid)
RadiosityMaterial(other: DataContainer)

Properties

Name Type
color Vec3
name string
emissive bool

Static members

Name Type
RadiosityMaterial.typeInfo TypeInformation

Constructors

RadiosityMaterial

RadiosityMaterial()

Creates a new RadiosityMaterial frostbite instance.

RadiosityMaterial

RadiosityMaterial(guid: Guid)

Creates a new RadiosityMaterial frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

RadiosityMaterial

RadiosityMaterial(other: DataContainer)

Casts an instance of type DataContainer to RadiosityMaterial. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to RadiosityMaterial.

Properties

color

Vec3

name

string

emissive

bool

Static members

typeInfo

TypeInformation

The type information for the RadiosityMaterial type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)