Show / Hide Table of Contents

Class SurfaceExtensions

Inheritance
System.Object
SurfaceExtensions
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
public static class SurfaceExtensions : Object

Methods

AllAttachedRecursiveAndSelf(WorldObject)

Returns an enumerable conitning us as well as all attached (recursive) objects.

Declaration
public static IEnumerable<WorldObject> AllAttachedRecursiveAndSelf(this WorldObject obj)
Parameters
Type Name Description
WorldObject obj
Returns
Type Description
System.Collections.Generic.IEnumerable<WorldObject>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾