C# Class exClippingUtility, ex2d-v1

ファイルを表示 Open project: exdev/ex2d-v1

Public Methods

Method Description
AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void
InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void
RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void

Private Methods

Method Description
ApplyClipMaterialInEditor ( this _clipping, exPlane, _plane ) : void
CreateClippingObject ( ) : void

Method Details

AddPlaneInEditor() public static method

public static AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void
_clipping this
_plane exPlane,
return void

InsertPlaneInEditor() public static method

public static InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void
_clipping this
_idx int
_plane exPlane,
return void

RemovePlaneInEditor() public static method

public static RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void
_clipping this
_plane exPlane,
return void