C# Class Assets.Parsing.ProjectorData

Datei anzeigen Open project: Superdroidz/UnityRoomAlive Class Usage Examples

Public Properties

Property Type Description
cameraMatrix UnityEngine.Matrix4x4
displayIndex int
height int
hostNameOrAddress string
lensDistortion UnityEngine.Matrix4x4
lockIntrinsics bool
name string
pose UnityEngine.Matrix4x4
width int

Property Details

cameraMatrix public_oe property

public Matrix4x4,UnityEngine cameraMatrix
return UnityEngine.Matrix4x4

displayIndex public_oe property

public int displayIndex
return int

height public_oe property

public int height
return int

hostNameOrAddress public_oe property

public string hostNameOrAddress
return string

lensDistortion public_oe property

public Matrix4x4,UnityEngine lensDistortion
return UnityEngine.Matrix4x4

lockIntrinsics public_oe property

public bool lockIntrinsics
return bool

name public_oe property

public string name
return string

pose public_oe property

public Matrix4x4,UnityEngine pose
return UnityEngine.Matrix4x4

width public_oe property

public int width
return int