Skyline Lua API  Version 1.0 RC1
Lua Script Reference for Skyline Game Engine.
shader Class Reference

#include <LUA_API_Shader.h>

Public Member Functions

int function (int arg1, int arg1)
 Add your small description here. More...
 

Detailed Description

This area covers navmesh functions. Set or get various navmesh propertie.
Use as navmesh.function()
Control shader parameters on the fly through LUA
For more information on how these functions can be used please visit the User Manual - http://www.aurasoft-skyline.co.uk

Member Function Documentation

int shader::function ( int  arg1,
int  arg1 
)

Add your small description here.

Parameters
property: Value Description

Here is a Small Example of how to use this function:

function onInit(objID)
    -- Enter example here
end

The documentation for this class was generated from the following file: