Show / Hide Table of Contents

Class MyUseObjectsComponent.DetectorData

Inheritance
System.Object
MyUseObjectsComponent.DetectorData
Namespace: Sandbox.Game.Components
Assembly: Sandbox.Game.dll
Syntax
public sealed class DetectorData : ValueType

Constructors

DetectorData(IMyUseObject, Matrix, String)

Declaration
public DetectorData(IMyUseObject useObject, Matrix mat, string name)
Parameters
Type Name Description
IMyUseObject useObject
Matrix mat
System.String name

Fields

DetectorName

Declaration
public readonly string DetectorName
Field Value
Type Description
System.String

Matrix

Declaration
public Matrix Matrix
Field Value
Type Description
Matrix

UseObject

Declaration
public readonly IMyUseObject UseObject
Field Value
Type Description
IMyUseObject
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾