Class: PFM::Message::Properties::Face
- Defined in:
- docs/4_Systems_004_Message.rb
Overview
Class describing a face to show
Instance Attribute Summary collapse
-
#mirror ⇒ Boolean
Get the face mirror state.
-
#name ⇒ String
Get the face name (filename).
-
#opacity ⇒ Integer
Get the face opacity.
-
#position ⇒ Integer
Get the face position.
Instance Attribute Details
#mirror ⇒ Boolean
Get the face mirror state
196 197 198 |
# File 'docs/4_Systems_004_Message.rb', line 196 def mirror @mirror end |
#name ⇒ String
Get the face name (filename)
190 191 192 |
# File 'docs/4_Systems_004_Message.rb', line 190 def name @name end |
#opacity ⇒ Integer
Get the face opacity
193 194 195 |
# File 'docs/4_Systems_004_Message.rb', line 193 def opacity @opacity end |
#position ⇒ Integer
Get the face position
187 188 189 |
# File 'docs/4_Systems_004_Message.rb', line 187 def position @position end |