Table of Contents

Class LunyCollider

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll
public abstract class LunyCollider
Expand Details ...
Inheritance
Object
LunyCollider
Derived

Constructors

LunyCollider()

protected LunyCollider()

Properties

IsValid

public Boolean IsValid { get; }

Property Value

Boolean

Layer

public abstract Int32 Layer { get; }

Property Value

Int32

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 Boolean HasComponent(Type type)

Parameters

Type Name Description
Type
type

Returns

Boolean

SetNativeCollider(Object)

public void SetNativeCollider(Object nativeCollider)

Parameters

Type Name Description
Object
nativeCollider