Click or drag to resize
MyEntity Constructor (Boolean)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MyEntity class.

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyEntity(
	bool initComponents = true
)

Parameters

initComponents (Optional)
Type: SystemBoolean

[Missing <param name="initComponents"/> documentation for "M:VRage.Game.Entity.MyEntity.#ctor(System.Boolean)"]

See Also