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: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 |
RenderTask:light(light)
Method Property | Fluent Description | Representation |
---|---|---|
light accepts | a Vector2 | |
Return Value | a RenderTask |
RenderTask:light(blockLight, skyLight)
Method Property | Fluent Description | Representation |
---|---|---|
blockLight accepts | an Integer | |
skyLight accepts | an Integer | |
Return Value | a RenderTask |
RenderTask:overlay(overlay)
Method Property | Fluent Description | Representation |
---|---|---|
overlay accepts | a Vector2 | |
Return Value | a RenderTask |
RenderTask:overlay(whiteOverlay, hurtOverlay)
Method Property | Fluent Description | Representation |
---|---|---|
whiteOverlay accepts | an Integer | |
hurtOverlay accepts | an Integer | |
Return Value | a RenderTask |