Table of Contents

Class UnityCollider

Namespace
Luny.Unity.Engine.Bridge
/
Assembly
Luny.Unity.dll
public sealed class UnityCollider : LunyCollider
Expand Details ...
Inheritance
object
UnityCollider
Inherited Members

Constructors

UnityCollider()

public UnityCollider()

Properties

Layer

public override int Layer { get; }

Property Value

int

LayerName

public override string LayerName { get; }

Property Value

string

Name

public override string Name { get; }

Property Value

string

Tag

public override string Tag { get; }

Property Value

string

Methods

HasComponent(Type)

public override bool HasComponent(Type type)

Parameters

Type Name Description
Type
type

Returns

bool