RenderTask:scale(scale)
Method Property | Fluent Description | Representation |
---|---|---|
scale accepts | a Vector3 | |
Return Value | a RenderTask |
RenderTask:scale(x, y, z)
Method Property | Fluent Description | Representation |
---|---|---|
x accepts | a Number | |
y accepts | a Number | |
z accepts | a Number | |
Return Value | a RenderTask |
RenderTask:enabled(bool)
Method Property | Fluent Description | Representation |
---|---|---|
bool accepts | a Boolean | |
Return Value | a RenderTask |
RenderTask:pos(pos)
Method Property | Fluent Description | Representation |
---|---|---|
pos accepts | a Vector3 | |
Return Value | a RenderTask |
RenderTask:pos(x, y, z)
Method Property | Fluent Description | Representation |
---|---|---|
x accepts | a Number | |
y accepts | a Number | |
z accepts | a Number | |
Return Value | a RenderTask |
RenderTask:emissive(bool)
Method Property | Fluent Description | Representation |
---|---|---|
bool accepts | a Boolean | |
Return Value | a RenderTask |
RenderTask:rot(rot)
Method Property | Fluent Description | Representation |
---|---|---|
rot accepts | a Vector3 | |
Return Value | a RenderTask |
RenderTask:rot(x, y, z)
Method Property | Fluent Description | Representation |
---|---|---|
x accepts | a Number | |
y accepts | a Number | |
z accepts | a Number | |
Return Value | a RenderTask |