# TypingsRapiTypes.RapiTexture

[typings/rapi-types](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/modules/typings_rapi_types).RapiTexture

## Hierarchy

* [`RapiJson`](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.rapijson)

  ↳ **`RapiTexture`**

## Indexable

▪ \[key: `string`]: `string` | `number` | `boolean` | [`AssetUrl`](https://docs.roomle.com/rubens/rubens-sdk/modules/typings_rapi_types#asseturl) | [`RapiId`](https://docs.roomle.com/rubens/rubens-sdk/modules/typings_rapi_types#rapiid) | [`LinksCollection`](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.linkscollection)

## Table of contents

### Properties

* [\_\_rapi\_path\_\_](#__rapi_path__)
* [height](#height)
* [id](#id)
* [image](#image)
* [isLocally](#islocally)
* [links](#links)
* [mapping](#mapping)
* [material](#material)
* [mmHeight](#mmheight)
* [mmWidth](#mmwidth)
* [tileable](#tileable)
* [url](#url)
* [width](#width)

## Properties

### \_\_rapi\_path\_\_

• `Optional` **\_\_rapi\_path\_\_**: `string`

#### Inherited from

[RapiJson](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.rapijson).[**rapi\_path**](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/typings_rapi_types.rapijson#__rapi_path__)

***

### height

• **height**: `number`

***

### id

• `Optional` **id**: `string` | `number`

#### Inherited from

[RapiJson](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.rapijson).[id](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/typings_rapi_types.rapijson#id)

***

### image

• **image**: `string`

***

### isLocally

• `Optional` **isLocally**: `boolean`

#### Inherited from

[RapiJson](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.rapijson).[isLocally](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/typings_rapi_types.rapijson#islocally)

***

### links

• `Optional` **links**: [`LinksCollection`](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.linkscollection)

#### Inherited from

[RapiJson](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/interfaces/typings_rapi_types.rapijson).[links](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/typings_rapi_types.rapijson#links)

***

### mapping

• **mapping**: [`RAPI_TEXTURE_TYPE`](https://docs.roomle.com/rubens/rubens-sdk/rubens-sdk-reference/enums/typings_rapi_types.rapi_texture_type)

***

### material

• **material**: `string`

***

### mmHeight

• **mmHeight**: `number`

***

### mmWidth

• **mmWidth**: `number`

***

### tileable

• **tileable**: `boolean`

***

### url

• **url**: `string`

***

### width

• **width**: `number`
