Click or drag to resize

BasisMultiply Operator

[Missing <summary> documentation for "M:Godot.Basis.op_Multiply(Godot.Basis,Godot.Basis)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Basis operator *(
	Basis left,
	Basis right
)

Parameters

left
Type: GodotBasis

[Missing <param name="left"/> documentation for "M:Godot.Basis.op_Multiply(Godot.Basis,Godot.Basis)"]

right
Type: GodotBasis

[Missing <param name="right"/> documentation for "M:Godot.Basis.op_Multiply(Godot.Basis,Godot.Basis)"]

Return Value

Type: Basis

[Missing <returns> documentation for "M:Godot.Basis.op_Multiply(Godot.Basis,Godot.Basis)"]

See Also