Module: MotionBlender::Ext::Runtime

Included in:
MotionBlender
Defined in:
lib/motion_blender/ext/runtime.rb

Instance Method Summary collapse

Instance Method Details

#except(_ = nil) ⇒ Object



7
8
# File 'lib/motion_blender/ext/runtime.rb', line 7

def except _ = nil
end

#incept(_ = nil) ⇒ Object



4
5
# File 'lib/motion_blender/ext/runtime.rb', line 4

def incept _ = nil
end

#motion?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/motion_blender/ext/runtime.rb', line 13

def motion?
  true
end

#raketime(&_) ⇒ Object



25
26
# File 'lib/motion_blender/ext/runtime.rb', line 25

def raketime &_
end

#raketime?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/motion_blender/ext/runtime.rb', line 17

def raketime?
  false
end

#runtime(&proc) ⇒ Object



28
29
30
# File 'lib/motion_blender/ext/runtime.rb', line 28

def runtime &proc
  proc.call
end

#runtime?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/motion_blender/ext/runtime.rb', line 21

def runtime?
  true
end

#use_motion_dir(_ = nil) ⇒ Object



10
11
# File 'lib/motion_blender/ext/runtime.rb', line 10

def use_motion_dir _ = nil
end