TextureCreateProps Interface

A TextureProps in which the image data can be specified either as a base-64-encoded string or a Uint8Array.

@see Texture constructor.

Extends

Properties

Name Type Description
data string | Uint8Array    

Inherited properties

Name Type Inherited from Description
classFullName string Omit The full name of the ECClass for this entity, in the form "Schema:ClassName"
code CodeProps Omit The Code for this element
description undefined | string Omit An optional description of the texture.
federationGuid undefined | string Omit A FederationGuid assigned to this element.
format ImageSourceFormat Omit Format of the image data.
id undefined | string Omit The Id of the entity.
isInstanceOfEntity Readonly undefined | undefined Omit A non-existent property used to discriminate between EntityProps and Entity.
isPrivate undefined | boolean Omit  
jsonProperties undefined | any Omit Optional json properties of this element.
model string Omit The Id of the Model containing this element
parent undefined | RelatedElementProps Omit The Parent of this element, if defined.
userLabel undefined | string Omit A user-assigned label for this element.

Defined in

Last Updated: 25 April, 2024