Plane#
- class blueprints.Plane[source]#
Bases:
PlaneTextureType,BaseTexture- classmethod __new__(*args, **kwargs)#
- __init__(content=None, filename=None, builtin=None, color_1=[0.8, 0.8, 0.8], color_2=[0.5, 0.5, 0.5], mark=None, color_mark=[0.0, 0.0, 0.0], random=0.01, width=1000, height=1000, h_flip=False, v_flip=False, n_channel=3, name=None, asset=None)[source]#
- Parameters:
content (str | None)
filename (str | None)
builtin (str | None)
color_1 (object)
color_2 (object)
mark (str | None)
color_mark (object)
random (float)
width (int)
height (int)
h_flip (bool)
v_flip (bool)
n_channel (int)
name (str | None)
asset (TextureAssetType | None)