Packagelaya.d3.resource
Classpublic class BaseTexture
InheritanceBaseTexture Inheritance laya.resource.Resource
Subclasses DataTexture2D, RenderTexture, SolidColorTexture2D, SolidColorTextureCube, Texture2D, TextureCube

BaseTexture 纹理的父类,抽象类,不允许实例。



Public Properties
 PropertyDefined By
  defaulteTexture : BaseTexture
[read-only] 获取纹理资源。
BaseTexture
  format : int
[read-only] 纹理格式
BaseTexture
  height : int
[read-only] 获取高度。
BaseTexture
  magFifter : int
放大过滤器
BaseTexture
  minFifter : int
缩小过滤器
BaseTexture
  mipmap : Boolean
是否使用mipLevel
BaseTexture
  repeat : Boolean
是否使用重复模式纹理寻址
BaseTexture
  size : Size
[read-only] 获取尺寸。
BaseTexture
  source : *
[read-only] 获取纹理资源。
BaseTexture
  width : int
[read-only] 获取宽度。
BaseTexture
Public Methods
 MethodDefined By
  
创建一个 BaseTexture 实例。
BaseTexture
Property Detail
defaulteTextureproperty
defaulteTexture:BaseTexture  [read-only]

获取纹理资源。


Implementation
    public function get defaulteTexture():BaseTexture
formatproperty 
format:int  [read-only]

纹理格式


Implementation
    public function get format():int
heightproperty 
height:int  [read-only]

获取高度。


Implementation
    public function get height():int
magFifterproperty 
magFifter:int

放大过滤器


Implementation
    public function get magFifter():int
    public function set magFifter(value:int):void
minFifterproperty 
minFifter:int

缩小过滤器


Implementation
    public function get minFifter():int
    public function set minFifter(value:int):void
mipmapproperty 
mipmap:Boolean

是否使用mipLevel


Implementation
    public function get mipmap():Boolean
    public function set mipmap(value:Boolean):void
repeatproperty 
repeat:Boolean

是否使用重复模式纹理寻址


Implementation
    public function get repeat():Boolean
    public function set repeat(value:Boolean):void
sizeproperty 
size:Size  [read-only]

获取尺寸。


Implementation
    public function get size():Size
sourceproperty 
source:*  [read-only]

获取纹理资源。


Implementation
    public function get source():*
widthproperty 
width:int  [read-only]

获取宽度。


Implementation
    public function get width():int
Constructor Detail
BaseTexture()Constructor
public function BaseTexture()

创建一个 BaseTexture 实例。