Click or drag to resize

VisualServerMultimeshAllocate Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void MultimeshAllocate(
	RID multimesh,
	int instances,
	VisualServerMultimeshTransformFormat transformFormat,
	VisualServerMultimeshColorFormat colorFormat,
	VisualServerMultimeshCustomDataFormat customDataFormat = VisualServerMultimeshCustomDataFormat.None
)

Parameters

multimesh
Type: GodotRID

[Missing <param name="multimesh"/> documentation for "M:Godot.VisualServer.MultimeshAllocate(Godot.RID,System.Int32,Godot.VisualServer.MultimeshTransformFormat,Godot.VisualServer.MultimeshColorFormat,Godot.VisualServer.MultimeshCustomDataFormat)"]

instances
Type: SystemInt32

[Missing <param name="instances"/> documentation for "M:Godot.VisualServer.MultimeshAllocate(Godot.RID,System.Int32,Godot.VisualServer.MultimeshTransformFormat,Godot.VisualServer.MultimeshColorFormat,Godot.VisualServer.MultimeshCustomDataFormat)"]

transformFormat
Type: GodotVisualServerMultimeshTransformFormat

[Missing <param name="transformFormat"/> documentation for "M:Godot.VisualServer.MultimeshAllocate(Godot.RID,System.Int32,Godot.VisualServer.MultimeshTransformFormat,Godot.VisualServer.MultimeshColorFormat,Godot.VisualServer.MultimeshCustomDataFormat)"]

colorFormat
Type: GodotVisualServerMultimeshColorFormat

[Missing <param name="colorFormat"/> documentation for "M:Godot.VisualServer.MultimeshAllocate(Godot.RID,System.Int32,Godot.VisualServer.MultimeshTransformFormat,Godot.VisualServer.MultimeshColorFormat,Godot.VisualServer.MultimeshCustomDataFormat)"]

customDataFormat (Optional)
Type: GodotVisualServerMultimeshCustomDataFormat

[Missing <param name="customDataFormat"/> documentation for "M:Godot.VisualServer.MultimeshAllocate(Godot.RID,System.Int32,Godot.VisualServer.MultimeshTransformFormat,Godot.VisualServer.MultimeshColorFormat,Godot.VisualServer.MultimeshCustomDataFormat)"]

See Also