Table of Contents

Struct SoundPosition

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public struct SoundPosition
Inherited Members

Constructors

SoundPosition(double, double, double)

public SoundPosition(double x, double y, double z)

Parameters

x double
y double
z double

SoundPosition(int, int, int)

public SoundPosition(int x, int y, int z)

Parameters

x int
y int
z int

Properties

X

public int X { readonly get; set; }

Property Value

int

Y

public int Y { readonly get; set; }

Property Value

int

Z

public int Z { readonly get; set; }

Property Value

int

Methods

Match(int, int, int)

public bool Match(int x, int y, int z)

Parameters

x int
y int
z int

Returns

bool

ToString()

public override string ToString()

Returns

string