Skip to content

ObjectExtensions

Namespace: SideXP.Core

public static class ObjectExtensions

Extension functions for Object instances.

Methods

GetTransform(object)

public static Transform GetTransform(object obj)

Inherited documentation.

TryGetTransform(object, Transform)

public static bool TryGetTransform(object obj, out Transform transform)

Inherited documentation.

GetGameObject(object)

public static GameObject GetGameObject(object obj)

Inherited documentation.

TryGetGameObject(object, GameObject)

public static bool TryGetGameObject(object obj, out GameObject gameObject)

Inherited documentation.