C# Class PrismSystem.LensShift

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: nobnak/Prism

Méthodes publiques

Свойство Type Description
data LensShiftData

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
PerspectiveOffCenter ( float left, float right, float bottom, float top, float near, float far ) : Matrix4x4
Update ( ) : void
UpdateProjectionMatrix ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

PerspectiveOffCenter() public static méthode

public static PerspectiveOffCenter ( float left, float right, float bottom, float top, float near, float far ) : Matrix4x4
left float
right float
bottom float
top float
near float
far float
Résultat UnityEngine.Matrix4x4

Update() public méthode

public Update ( ) : void
Résultat void

UpdateProjectionMatrix() public méthode

public UpdateProjectionMatrix ( ) : void
Résultat void

Property Details

data public_oe property

public LensShiftData data
Résultat LensShiftData