C# Class Slicer.PendingSlice, CatapultKing

Mostrar archivo Open project: VirsixInc/CatapultKing

Public Properties

Property Type Description
point Vector3
target ISliceable

Public Methods

Method Description
PendingSlice ( Vector3 _point, ISliceable _target ) : System.Collections.Generic

Method Details

PendingSlice() public method

public PendingSlice ( Vector3 _point, ISliceable _target ) : System.Collections.Generic
_point Vector3
_target ISliceable
return System.Collections.Generic

Property Details

point public_oe property

public Vector3 point
return Vector3

target public_oe property

public ISliceable target
return ISliceable