C# Class exClippingUtility, ex2d-v1

Afficher le fichier Open project: exdev/ex2d-v1

Méthodes publiques

Méthode Description
AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void
InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void
RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void

Private Methods

Méthode Description
ApplyClipMaterialInEditor ( this _clipping, exPlane, _plane ) : void
CreateClippingObject ( ) : void

Method Details

AddPlaneInEditor() public static méthode

public static AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void
_clipping this
_plane exPlane,
Résultat void

InsertPlaneInEditor() public static méthode

public static InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void
_clipping this
_idx int
_plane exPlane,
Résultat void

RemovePlaneInEditor() public static méthode

public static RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void
_clipping this
_plane exPlane,
Résultat void