C# Class TurboSlice.SplitAction, VRCubeSword

Mostrar archivo Open project: VirsixInc/VRCubeSword

Public Properties

Property Type Description
cloneOf int
flags byte
intersectionResult float

Public Methods

Method Description
SplitAction ( bool _toFront, bool _toBack, int _index0 ) : System.Collections.Generic
SplitAction ( int _index0, int _index1 ) : System.Collections.Generic

Method Details

SplitAction() public method

public SplitAction ( bool _toFront, bool _toBack, int _index0 ) : System.Collections.Generic
_toFront bool
_toBack bool
_index0 int
return System.Collections.Generic

SplitAction() public method

public SplitAction ( int _index0, int _index1 ) : System.Collections.Generic
_index0 int
_index1 int
return System.Collections.Generic

Property Details

cloneOf public_oe property

public int cloneOf
return int

flags public_oe property

public byte flags
return byte

intersectionResult public_oe property

public float intersectionResult
return float