Method: UIC::Effect#initialize

Defined in:
lib/ruic/effect.rb

#initialize(lua_path) ⇒ Effect

Returns a new instance of Effect.



4
5
6
7
# File 'lib/ruic/effect.rb', line 4

def initialize( lua_path )
	self.file = lua_path
	load_from_file if file_found?
end