RenderTexture.Params Class

Parameters used to construct a RenderTexture.

Methods

Name Description
constructor(key?: string, type: RenderTexture.Type = Type.Normal, isOwned: boolean = false): RenderTexture.Params    

Properties

Name Type Description
defaults Static RenderTexture.Params Obtain a RenderTexture params object with default values.  
isGlyph Accessor ReadOnly boolean    
isOwned boolean Indicates that some object is managing the lifetime of this texture and will take care of calling its dispose function appropriately.  
isSkyBox Accessor ReadOnly boolean    
isTileSection Accessor ReadOnly boolean    
key undefined | string A string uniquely identifying this texture within the context of an IModelConnection.  
type RenderTexture.Type Indicates the type of texture.  

Defined in

Last Updated: 08 January, 2020