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

Inherits:
Object
  • Object
show all
Defined in:
scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb

Overview

Class describing a face to show

Instance Attribute Summary collapse

Instance Attribute Details

#mirrorBoolean

Get the face mirror state

Returns:

  • (Boolean)


154
155
156
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 154

def mirror
  @mirror
end

#nameString

Get the face name (filename)

Returns:



148
149
150
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 148

def name
  @name
end

#opacityInteger

Get the face opacity

Returns:



151
152
153
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 151

def opacity
  @opacity
end

#positionInteger

Get the face position

Returns:



145
146
147
# File 'scripts/01450 Systems/00004 Message/00001 Logic/00002 Properties.rb', line 145

def position
  @position
end