Changes

Jump to navigation Jump to search
65 bytes added ,  14:59, 6 February 2020
Line 26: Line 26:  
Every object you add to your furniture can be given a name using a '''ComponentName''' record and can be added as a child transform to another object by using a '''TransformParent''' with the ComponentName of the other object. If '''TransformParent''' is not defined, the object will be added to the root furniture object.
 
Every object you add to your furniture can be given a name using a '''ComponentName''' record and can be added as a child transform to another object by using a '''TransformParent''' with the ComponentName of the other object. If '''TransformParent''' is not defined, the object will be added to the root furniture object.
   −
You can define a list of empty Transforms using a Transform list with object that define Position, Rotation (in degrees as Euler angles) and Scale.
+
You can define a list of empty Transforms using a Transform list with object that define a '''Name''' (instead of '''ComponentName'''), '''Position''', '''Rotation''' (in degrees as Euler angles) and '''Scale'''.
    
You can add Unity components to any tranforms and objects by using the '''TransformParent''' record in a table that has the same name as the UnityComponent you want to add, e.g. '''Light'''.
 
You can add Unity components to any tranforms and objects by using the '''TransformParent''' record in a table that has the same name as the UnityComponent you want to add, e.g. '''Light'''.

Navigation menu