update documentation
This commit is contained in:
parent
6491ae7a74
commit
e2a5eb5229
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# URI Value types
|
# URI Value types
|
||||||
|
|
||||||
| type | info | format | example |
|
| type | info | format | example |
|
||||||
|------|------|-------------------------------------------|
|
|------|------|--------|----------------------------------|
|
||||||
|vector| x,y,z| comma-separated | #pos=1,2,3 |
|
|vector| x,y,z| comma-separated | #pos=1,2,3 |
|
||||||
|string| color| FFFFFF (hex) | #fog=5m,FFAACC |
|
|string| color| FFFFFF (hex) | #fog=5m,FFAACC |
|
||||||
|string| | | #q=-sun |
|
|string| | | #q=-sun |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ package xrfragment;
|
||||||
// # URI Value types
|
// # URI Value types
|
||||||
//
|
//
|
||||||
// | type | info | format | example |
|
// | type | info | format | example |
|
||||||
class Value { // |------|------|-------------------------------------------|
|
class Value { // |------|------|--------|----------------------------------|
|
||||||
public var x:Float; // |vector| x,y,z| comma-separated | #pos=1,2,3 |
|
public var x:Float; // |vector| x,y,z| comma-separated | #pos=1,2,3 |
|
||||||
public var y:Float; //
|
public var y:Float; //
|
||||||
public var z:Float; //
|
public var z:Float; //
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue