Struct ChunkGlue
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public struct ChunkGlue
- Inherited Members
Constructors
ChunkGlue(BodyChunk, BodyChunk, Vector2)
public ChunkGlue(BodyChunk moveChunk, BodyChunk otherChunk, Vector2 relativePos)
Parameters
Fields
moveChunk
public BodyChunk moveChunk
Field Value
otherChunk
public BodyChunk otherChunk
Field Value
relativePos
public Vector2 relativePos
Field Value
- Vector2