Show / Hide Table of Contents

    Class LSLTransformOutlet

    An reusable example of an outlet which provides the orientation and world position of an entity of an Unity Scene to LSL.

    Inheritance
    Object
    LSLTransformOutlet
    Namespace: LSL4Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class LSLTransformOutlet : MonoBehaviour

    Fields

    position

    Declaration
    public bool position
    Field Value
    Type Description
    Boolean

    rotationAsEuler

    Declaration
    public bool rotationAsEuler
    Field Value
    Type Description
    Boolean

    rotationAsQuaternion

    Declaration
    public bool rotationAsQuaternion
    Field Value
    Type Description
    Boolean

    sampleSource

    Declaration
    public Transform sampleSource
    Field Value
    Type Description
    Transform

    streamName

    Declaration
    public string streamName
    Field Value
    Type Description
    String

    streamType

    Declaration
    public string streamType
    Field Value
    Type Description
    String
    Back to top LSL 4 Unity documentation