Class: PFM::Message::Properties::Face

Inherits:
Object
  • Object
show all
Defined in:
docs/4_Systems_004_Message.rb

Overview

Class describing a face to show

Instance Attribute Summary collapse

Instance Attribute Details

#mirrorBoolean

Get the face mirror state

Returns:

  • (Boolean)


196
197
198
# File 'docs/4_Systems_004_Message.rb', line 196

def mirror
  @mirror
end

#nameString

Get the face name (filename)

Returns:



190
191
192
# File 'docs/4_Systems_004_Message.rb', line 190

def name
  @name
end

#opacityInteger

Get the face opacity

Returns:

  • (Integer)


193
194
195
# File 'docs/4_Systems_004_Message.rb', line 193

def opacity
  @opacity
end

#positionInteger

Get the face position

Returns:

  • (Integer)


187
188
189
# File 'docs/4_Systems_004_Message.rb', line 187

def position
  @position
end