FaceposerComponentData

Inherits from ComponentData

Summary

Constructors

FaceposerComponentData()
FaceposerComponentData(guid: Guid)
FaceposerComponentData(other: ComponentData)
FaceposerComponentData(other: GameObjectData)
FaceposerComponentData(other: GameDataContainer)
FaceposerComponentData(other: DataContainer)

Properties

Name Type
facePoserEnabled AntRef
lodDistance float
facePoseLibraryReference AntRef
facePoseLibrary AntRef[]
facePoserDofSetName string
shaderExposedValues string[]
facePoseLibraryIndex int

Static members

Name Type
FaceposerComponentData.typeInfo TypeInformation

Constructors

FaceposerComponentData

FaceposerComponentData()

Creates a new FaceposerComponentData frostbite instance.

FaceposerComponentData

FaceposerComponentData(guid: Guid)

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

Parameters

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

FaceposerComponentData

FaceposerComponentData(other: ComponentData)

Casts an instance of type ComponentData to FaceposerComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to FaceposerComponentData.

FaceposerComponentData

FaceposerComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to FaceposerComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to FaceposerComponentData.

FaceposerComponentData

FaceposerComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to FaceposerComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to FaceposerComponentData.

FaceposerComponentData

FaceposerComponentData(other: DataContainer)

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

Parameters

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

Properties

facePoserEnabled

AntRef

lodDistance

float

facePoseLibraryReference

AntRef

facePoseLibrary

AntRef[]

facePoserDofSetName

string

shaderExposedValues

string[]

facePoseLibraryIndex

int

Static members

typeInfo

TypeInformation

The type information for the FaceposerComponentData type.

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