material lua binding added + rev

This commit is contained in:
turanszkij
2016-01-09 13:06:51 +01:00
parent fd7a896f2b
commit d889631c77
9 changed files with 216 additions and 50 deletions
+5
View File
@@ -357,6 +357,11 @@ Decal is a texture sticker placeable onto any surface. It is a Transform and a C
- SetFadeStart(float start)
- GetFadeStart() : float result
#### Material
- [constructor]Material(opt string name="")
- GetName() : string name
- SetName(string value)
### MainComponent
The main component which holds information and manages the running of the current program.
- [outer]main : MainComponent