Method | Description | |
---|---|---|
AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void | ||
InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void | ||
RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void |
Method | Description | |
---|---|---|
ApplyClipMaterialInEditor ( this _clipping, exPlane, _plane ) : void | ||
CreateClippingObject ( ) : void |
public static AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void | ||
_clipping | this | |
_plane | exPlane, | |
return | void |
public static InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void | ||
_clipping | this | |
_idx | int | |
_plane | exPlane, | |
return | void |
public static RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void | ||
_clipping | this | |
_plane | exPlane, | |
return | void |