Class: PFM::Message::Properties::Face
- Defined in:
- scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.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
154 155 156 |
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 154 def mirror @mirror end |
#name ⇒ String
Get the face name (filename)
148 149 150 |
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 148 def name @name end |
#opacity ⇒ Integer
Get the face opacity
151 152 153 |
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 151 def opacity @opacity end |
#position ⇒ Integer
Get the face position
145 146 147 |
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 145 def position @position end |