Click or drag to resize
IMyVoxelMapsGetInstances Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.GetInstances(System.Collections.Generic.List{VRage.ModAPI.IMyVoxelBase},System.Func{VRage.ModAPI.IMyVoxelBase,System.Boolean})"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void GetInstances(
	List<IMyVoxelBase> outInstances,
	Func<IMyVoxelBase, bool> collect = null
)

Parameters

outInstances
Type: System.Collections.GenericListIMyVoxelBase

[Missing <param name="outInstances"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.GetInstances(System.Collections.Generic.List{VRage.ModAPI.IMyVoxelBase},System.Func{VRage.ModAPI.IMyVoxelBase,System.Boolean})"]

collect (Optional)
Type: SystemFuncIMyVoxelBase, Boolean

[Missing <param name="collect"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.GetInstances(System.Collections.Generic.List{VRage.ModAPI.IMyVoxelBase},System.Func{VRage.ModAPI.IMyVoxelBase,System.Boolean})"]

See Also