C# Class Assets.Parsing.ProjectorData

Show file 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 property

public Matrix4x4,UnityEngine cameraMatrix
return UnityEngine.Matrix4x4

displayIndex public property

public int displayIndex
return int

height public property

public int height
return int

hostNameOrAddress public property

public string hostNameOrAddress
return string

lensDistortion public property

public Matrix4x4,UnityEngine lensDistortion
return UnityEngine.Matrix4x4

lockIntrinsics public property

public bool lockIntrinsics
return bool

name public property

public string name
return string

pose public property

public Matrix4x4,UnityEngine pose
return UnityEngine.Matrix4x4

width public property

public int width
return int