Class: Stagecraft::Renderer::FrameResources::SkinBinding
- Inherits:
-
Struct
- Object
- Struct
- Stagecraft::Renderer::FrameResources::SkinBinding
- Defined in:
- lib/stagecraft/renderer/frame_resources.rb
Instance Attribute Summary collapse
-
#bind_group ⇒ Object
Returns the value of attribute bind_group.
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#mesh ⇒ Object
Returns the value of attribute mesh.
-
#skin ⇒ Object
Returns the value of attribute skin.
Instance Attribute Details
#bind_group ⇒ Object
Returns the value of attribute bind_group
6 7 8 |
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6 def bind_group @bind_group end |
#buffer ⇒ Object
Returns the value of attribute buffer
6 7 8 |
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6 def buffer @buffer end |
#mesh ⇒ Object
Returns the value of attribute mesh
6 7 8 |
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6 def mesh @mesh end |
#skin ⇒ Object
Returns the value of attribute skin
6 7 8 |
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6 def skin @skin end |