ApiDoc BACKEND

TextureConf extends ActiveRecord

This is the model class for table "texture_conf".

Table of Contents

Properties

$attenuationColor  : string|null
$attenuationDistance  : float|null
$color  : string|null
$ior  : float|null
$metalness  : float|null
$opacity  : float|null
$roughness  : float|null
$texture  : Textures
$texture_id  : int
$thickness  : float|null
$transmission  : float|null

Methods

fields()  : array<string|int, mixed>
Desc: Columnas a utilizar de los registros
getTexture()  : ActiveQuery
Desc: Obtiene query para [[Texture]].
rules()  : array<string|int, mixed>
Desc: Reglas de validación.
tableName()  : string
Desc: Nombre de la tabla de la base de datos.

Properties

$attenuationColor

public string|null $attenuationColor

$attenuationDistance

public float|null $attenuationDistance

Methods


        
On this page

Search results