ZGameEditor Documentation
Community |
RenderTransformRenderTransformMove, scale or rotate the graphics that is being rendered. All render-commands following a RenderTransform will be affected by the transformation. This component can only be used in the OnRender property on Model or Application components. PropertiesScaleScale in x, y and z axis. TranslateTranslate (move) in x, y and z axis. RotateRotate in x, y and z axis. Unit of rotation is cycles. 1 cycle=360 degrees. |