Table of Contents

Class LunyCollider

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll
public abstract class LunyCollider
Inheritance
object
LunyCollider
Derived

Constructors

LunyCollider()

protected LunyCollider()

Properties

IsValid

public bool IsValid { get; }

Property Value

bool

Layer

public abstract int Layer { get; }

Property Value

int

LayerName

public abstract string LayerName { get; }

Property Value

string

Name

public abstract string Name { get; }

Property Value

string

NativeCollider

public object NativeCollider { get; }

Property Value

object

Tag

public abstract string Tag { get; }

Property Value

string

Methods

HasComponent(Type)

public abstract bool HasComponent(Type type)

Parameters

type Type

Returns

bool

SetNativeCollider(object)

public void SetNativeCollider(object nativeCollider)

Parameters

nativeCollider object