Touch Designer Interface includes a library of functions to help you modify the appearance of a virtual input.
Make Background Texture Layer #
Build a visual layer from texture for background
- Layer Name : Name of layer
- Texture : Texture used for your layer
- bPressed : Whether or not your layer is draw on pressed state
- bReleased : Whether or not your layer is draw on released state
Make Background Texture Layer With Size #
Build a visual layer from texture with size for background
- Layer Name : Name of layer.
- Texture : Texture used for this layer.
- Size : Size of layer.
- bPressed : Whether or not your layer is draw on pressed state.
- bReleased : Whether or not your layer is draw on released state.
Make Background Material Layer #
Build a visual layer from material for background
- Layer Name : Name of layer.
- Material : Material used for this layer (Should be a user interface domain material).
- bPressed : Whether or not your layer is draw on pressed state.
- bReleased : Whether or not your layer is draw on released state.
Make Background Material Layer With Size #
Build a visual layer from material with size for background
- Layer Name : Name of layer.
- Material : Material used for this layer (Should be a user interface domain material).
- Size : Size of layer.
- bPressed : Whether or not your layer is draw on pressed state.
- bReleased : Whether or not your layer is draw on released state.
Make Thumb Texture Layer #
Build a visual layer from texture for thumb
- Layer Name : Name of layer.
- Texture : Texture used for this layer.
- Size : Size of layer.
- bPressed : Whether or not your layer is draw on pressed state.
- bReleased : Whether or not your layer is draw on released state.
Make Thumb Material Layer #
Build a visual layer from material for thumb
- Layer Name : Name of layer.
- Material : Material used for this layer (Should be a user interface domain material).
- Size : Size of layer.
- bPressed : Whether or not your layer is draw on pressed state.
- bReleased : Whether or not your layer is draw on released state.
Set Layer Color #
Modify the color of layer
- Layer : layer you want to modify.
- Color : new color of layer.
Set Layer Offset #
Modify the offset of layer
- Layer : layer you want to modify.
- Offset : new offset of layer.
Set Layer Rotation #
Modify the rotation of layer
- Layer : layer you want to modify.
- Rotation : new rotation of layer.
Make Visual Layer #
Build a layer with your params.
- Layer Name : name of layer.
- Asset : Can be a texture or material.
- Size : Size of layer.
- Layer Type : Type of layer.