Table of Contents

Class ComponentLocation

Namespace
CodeStage.Maintainer.Core.Scan
Assembly
Build.dll
public class ComponentLocation : GameObjectLocation
Inheritance
object
ComponentLocation
Derived
Inherited Members

Constructors

ComponentLocation()

protected ComponentLocation()

Properties

Component

public Component Component { get; protected set; }

Property Value

Component

ComponentIndex

public int ComponentIndex { get; protected set; }

Property Value

int

ComponentName

public string ComponentName { get; protected set; }

Property Value

string

ComponentType

public Type ComponentType { get; protected set; }

Property Value

Type