C# 클래스 exClippingUtility, ex2d-v1

파일 보기 프로젝트 열기: exdev/ex2d-v1

공개 메소드들

메소드 설명
AddPlaneInEditor ( this _clipping, exPlane, _plane ) : void
InsertPlaneInEditor ( this _clipping, int _idx, exPlane, _plane ) : void
RemovePlaneInEditor ( this _clipping, exPlane, _plane ) : void

비공개 메소드들

메소드 설명
ApplyClipMaterialInEditor ( this _clipping, exPlane, _plane ) : void
CreateClippingObject ( ) : void

메소드 상세

AddPlaneInEditor() 공개 정적인 메소드

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

InsertPlaneInEditor() 공개 정적인 메소드

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

RemovePlaneInEditor() 공개 정적인 메소드

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