Difference between revisions of "DOMAudioBinding"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMAudioBinding class)
(Documentation for the DOMAudioBinding class)
Line 25: Line 25:
  
 
:{{CSharp|int Weight {get; set;} }}
 
:{{CSharp|int Weight {get; set;} }}
 +
 +
===Constructors===
 +
:{{CSharp|DOMAudioBinding()}}
  
 
===Methods===
 
===Methods===

Revision as of 11:50, 12 October 2016

Remarks [edit]

Properties

DOMAudioChannel AudioChannel {get; set;}
ResourceValue Clip {get; set;}
Single DopplerLevel {get; set;}
Single MaxDistance {get; set;}
Single MinDistance {get; set;}
DOMPhysicsMaterial PhysicsMaterial {get; set;}
Single Pitch {get; set;}
bool Playing {get; set;}
bool ThreeD {get; set;}
Single Volume {get; set;}
int Weight {get; set;}

Constructors

DOMAudioBinding()

Methods

bool CheckParent(DOMObject parent)