Documentation

Draw - Open Dev Kit Documentation

Open Dev Kit Documentation :: Game :: Hologram Parameters :: Draw

Game.HologramParameters.Draw(
  Render Context Render Context*,
  Position 3D Vector,
  Scale 3D Vector,
  Orientation 4D Vector (Quaternion),
  Time Float,
  Tint Color Color HDR,
  Tint Specular Color HDR,
  Layer Color Color HDR,
  Texture Diffuse Image*,
  Texture Area Rectangle
) 
Builds hologram model based on generative properties and draws it using rendering properties

Parameters

Render Context Render Context*
Render context to use for drawing
Position 3D Vector
Position of the hologram
Scale 3D Vector
Scale of the hologram
Orientation 4D Vector (Quaternion)
Orientation of the hologram
Time Float
Time value for animations
Tint Color Color HDR
Tint color of the hologram
Tint Specular Color HDR
Specular tint color of the hologram
Layer Color Color HDR
Layer color of the hologram
Texture Diffuse Image*
Diffuse texture of the hologram
Texture Area Rectangle
Area of the texture to use

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page