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> |