MemoryLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

MemoryLevelDescriptionComponent()
MemoryLevelDescriptionComponent(guid: Guid)
MemoryLevelDescriptionComponent(other: LevelDescriptionComponent)
MemoryLevelDescriptionComponent(other: DataContainer)

Properties

Name Type
texturePoolSize int
texturePoolSizeXenon int
texturePoolSizePs3 int
meshPoolSizePs3 int
meshPoolSizePs3Cell int
meshPoolSizeXenon int

Static members

Name Type
MemoryLevelDescriptionComponent.typeInfo TypeInformation

Constructors

MemoryLevelDescriptionComponent

MemoryLevelDescriptionComponent()

Creates a new MemoryLevelDescriptionComponent frostbite instance.

MemoryLevelDescriptionComponent

MemoryLevelDescriptionComponent(guid: Guid)

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

Parameters

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

MemoryLevelDescriptionComponent

MemoryLevelDescriptionComponent(other: LevelDescriptionComponent)

Casts an instance of type LevelDescriptionComponent to MemoryLevelDescriptionComponent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LevelDescriptionComponent The instance to cast to MemoryLevelDescriptionComponent.

MemoryLevelDescriptionComponent

MemoryLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

texturePoolSize

int

texturePoolSizeXenon

int

texturePoolSizePs3

int

meshPoolSizePs3

int

meshPoolSizePs3Cell

int

meshPoolSizeXenon

int

Static members

typeInfo

TypeInformation

The type information for the MemoryLevelDescriptionComponent type.

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