RenderTask:remove()
Method Property | Fluent Description | Representation |
---|---|---|
Return Value | a RenderTask |
RenderTask:setScale(scale)
Method Property | Fluent Description | Representation |
---|---|---|
scale accepts | a Vector3 | |
Return Value | a RenderTask |
RenderTask:setScale(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:setPos(pos)
Method Property | Fluent Description | Representation |
---|---|---|
pos accepts | a Vector3 | |
Return Value | a RenderTask |
RenderTask:setPos(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:setMatrix(matrix)
Method Property | Fluent Description | Representation |
---|---|---|
matrix accepts | a Matrix4 | |
Return Value | a RenderTask |
RenderTask:setRot(rot)
Method Property | Fluent Description | Representation |
---|---|---|
rot accepts | a Vector3 | |
Return Value | a RenderTask |
RenderTask:setRot(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:setOverlay(overlay)
Method Property | Fluent Description | Representation |
---|---|---|
overlay accepts | a Vector2 | |
Return Value | a RenderTask |
RenderTask:setOverlay(whiteOverlay, hurtOverlay)
Method Property | Fluent Description | Representation |
---|---|---|
whiteOverlay accepts | an Integer | |
hurtOverlay accepts | an Integer | |
Return Value | a RenderTask |
RenderTask:setLight(light)
Method Property | Fluent Description | Representation |
---|---|---|
light accepts | a Vector2 | |
Return Value | a RenderTask |
RenderTask:setLight(blockLight, skyLight)
Method Property | Fluent Description | Representation |
---|---|---|
blockLight accepts | an Integer | |
skyLight accepts | an Integer | |
Return Value | a RenderTask |
RenderTask:setVisible(visible)
Method Property | Fluent Description | Representation |
---|---|---|
visible accepts | a Boolean | |
Return Value | a RenderTask |
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: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:matrix(matrix)
Method Property | Fluent Description | Representation |
---|---|---|
matrix accepts | a Matrix4 | |
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: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 |
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:visible(visible)
Method Property | Fluent Description | Representation |
---|---|---|
visible accepts | a Boolean | |
Return Value | a RenderTask |