Show / Hide Table of Contents

Class Automap.TeleporterTransform

we need to use this instead of Transform since Transform can not be serialized

Inheritance
Object
Automap.TeleporterTransform
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class TeleporterTransform

Constructors

| Improve this Doc View Source

TeleporterTransform(Transform)

Declaration
public TeleporterTransform(Transform transform)
Parameters
Type Name Description
Transform transform
| Improve this Doc View Source

TeleporterTransform(Transform, Vector3)

Declaration
public TeleporterTransform(Transform transform, Vector3 positionOffset)
Parameters
Type Name Description
Transform transform
Vector3 positionOffset

Fields

| Improve this Doc View Source

position

Declaration
public Vector3 position
Field Value
Type Description
Vector3
| Improve this Doc View Source

rotation

Declaration
public Quaternion rotation
Field Value
Type Description
Quaternion
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX